Html Css Color HEX #CC5FC9 Fuchsia

📋 copy color: '#CC5FC9'

red 204 ◦ green 95 ◦ blue 201

#CC5FC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CC5FC9

Tints of Fuchsia #CC5FC9

RGB

 RED value IS 204 (80.08% from 255) = 40.8%

 GREEN value IS 95 (37.5% from 255) = 19%

 BLUE value IS 201 (78.91% from 255) = 40.2%

R = 40.8%
G = 19%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC5FC9 (or 0xCC5FC9) is known color: Fuchsia. HEX triplet: CC, 5F and C9. RGB value is (204,95,201). Sum of RGB (Red+Green+Blue) = 204+95+201=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5FC9 is #33A036. Grayscale: #8B8B8B. Windows color (decimal): -3383351 or 13197260. OLE color: 13197260.

HSL color Cylindrical-coordinate representation of color #CC5FC9: hue angle of 301.65º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC5FC9 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 95 201 -
CMYK 0 0.53 0.01 0.2
HSL 301.65º 0.52% 0.59% -
HSV(B) 301.65º 0.53% 0.8% -
XYZ 39.54 25.24 58.05 -
YUV 139.68 162.61 173.88 -
System Red Green Blue C M Y K H S L
Decimal 204 95 201 0 0.53 0.01 0.2 301.65 0.52 0.59
Hex CC 5F C9 0 35 1 14 12E 34 3B
Octal 314 137 311 0 65 1 24 456 64 73
Binary 11001100 1011111 11001001 0 110101 1 10100 100101110 110100 111011

Color Harmonies of #CC5FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5FC9

Black with #CC5FC9

Text Example


Text Example

White with #CC5FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5FC9; }

 p { color: rgb(204,95,201); }

 H1.HeaderClassName
 {
   color: #CC5FC9;
 }
 .AnyTagClassName
 {
   color: #CC5FC9;
 }
</style>

background-color css

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

 a { background-color: rgb(204,95,201); }

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

border-color css

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

 span { border-color: rgb(204,95,201); }

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