#CC37D0

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

Shades of Fuchsia #CC37D0

Tints of Fuchsia #CC37D0

Color information

#CC37D0 (or 0xCC37D0) is unknown color: approx Fuchsia. HEX triplet: CC, 37 and D0. RGB value is (204,55,208). Sum of RGB (Red+Green+Blue) = 204+55+208=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC37D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC37D0 is #33C82F. Grayscale: #747474. Windows color (decimal): -3393584 or 13645772. OLE color: 13645772.

HSL color Cylindrical-coordinate representation of color #CC37D0: hue angle of 298.43º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC37D0 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20455208-
CMYK0.020.7400.18
HSL298.43º61.94%51.57%-
HSV(B)298.43º73.56%81.57%-
XYZ37.6520.1261.57-
YUV116.99179.36190.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 55 (21.88% from 255) = 11.78%
BLUE value IS 208 (81.64% from 255) = 44.54%
R=43.68%
G=11.78%
B=44.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204552080.020.7400.18298.4361.9451.57
HexCC37D024A01212a3e34
Octal3146732021120224527664
Binary1100110011011111010000101001010010010100101010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC37D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC37D0; }

 p { color: rgb(204,55,208); }

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

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

 a { background-color: rgb(204,55,208); }

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

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

 span { border-color: rgb(204,55,208); }

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