#CC38CF

Color #CC38CF Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CC38CF

Tints of Fuchsia #CC38CF

Color information

#CC38CF (or 0xCC38CF) is unknown color: approx Fuchsia. HEX triplet: CC, 38 and CF. RGB value is (204,56,207). Sum of RGB (Red+Green+Blue) = 204+56+207=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC38CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC38CF is #33C730. Grayscale: #757575. Windows color (decimal): -3393329 or 13580492. OLE color: 13580492.

HSL color Cylindrical-coordinate representation of color #CC38CF: hue angle of 298.81º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC38CF is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20456207-
CMYK0.010.7300.19
HSL298.81º61.13%51.57%-
HSV(B)298.81º72.95%81.18%-
XYZ37.5820.1760.94-
YUV117.47178.53189.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 56 (22.27% from 255) = 11.99%
BLUE value IS 207 (81.25% from 255) = 44.33%
R=43.68%
G=11.99%
B=44.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204562070.010.7300.19298.8161.1351.57
HexCC38CF14901312b3d34
Octal3147031711110234537564
Binary110011001110001100111111001001010011100101011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC38CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC38CF; }

 p { color: rgb(204,56,207); }

 H1.HeaderClassName
 {
   color: #CC38CF;
 }
 .AnyTagClassName
 {
   color: #CC38CF;
 }
</style>
background-color css

<style>
 a { background-color: #CC38CF; }

 a { background-color: rgb(204,56,207); }

 div.DivClassName
 {
   background-color: #CC38CF;
 }
 .BgClassName
 {
   background-color: #CC38CF;
 }
</style>
border-color css

<style>
 span { border-color: #CC38CF; }

 span { border-color: rgb(204,56,207); }

 td.TdClassName
 {
   border-color: #CC38CF;
 }
 .TagClassName
 {
   border-color: #CC38CF;
 }
</style>