Html Css Color HEX #CC5FCD Fuchsia

📋 copy color: '#CC5FCD'

red 204 ◦ green 95 ◦ blue 205

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

Shades of Fuchsia #CC5FCD

Tints of Fuchsia #CC5FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.67%

R = 40.48%
G = 18.85%
B = 40.67%

CMYK

 C value IS 0.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC5FCD (or 0xCC5FCD) is known color: Fuchsia. HEX triplet: CC, 5F and CD. RGB value is (204,95,205). Sum of RGB (Red+Green+Blue) = 204+95+205=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC5FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5FCD is #33A032. Grayscale: #8B8B8B. Windows color (decimal): -3383347 or 13459404. OLE color: 13459404.

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

Color convert

RGB 204 95 205 -
CMYK 0.00 0.54 0 0.20
HSL 299.45º 0.52% 0.59% -
HSV(B) 299.45º 0.54% 0.8% -
XYZ 40.01 25.43 60.56 -
YUV 140.13 164.61 173.56 -
System Red Green Blue C M Y K H S L
Decimal 204 95 205 0.00 0.54 0 0.20 299.45 0.52 0.59
Hex CC 5F CD 0 36 0 14 12B 34 3B
Octal 314 137 315 0 66 0 24 453 64 73
Binary 11001100 1011111 11001101 0 110110 0 10100 100101011 110100 111011

Color Harmonies of #CC5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5FCD

Black with #CC5FCD

Text Example


Text Example

White with #CC5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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