Html Css Color HEX #CC5CCD Fuchsia

📋 copy color: '#CC5CCD'

red 204 ◦ green 92 ◦ blue 205

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

Shades of Fuchsia #CC5CCD

Tints of Fuchsia #CC5CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.36%

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

R = 40.72%
G = 18.36%
B = 40.92%

CMYK

 C value IS 0.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC5CCD (or 0xCC5CCD) is known color: Fuchsia. HEX triplet: CC, 5C and CD. RGB value is (204,92,205). Sum of RGB (Red+Green+Blue) = 204+92+205=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC5CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5CCD is #33A332. Grayscale: #8A8A8A. Windows color (decimal): -3384115 or 13458636. OLE color: 13458636.

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

Color convert

RGB 204 92 205 -
CMYK 0.00 0.55 0 0.20
HSL 299.47º 0.53% 0.58% -
HSV(B) 299.47º 0.55% 0.8% -
XYZ 39.75 24.9 60.47 -
YUV 138.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 204 92 205 0.00 0.55 0 0.20 299.47 0.53 0.58
Hex CC 5C CD 0 37 0 14 12B 35 3A
Octal 314 134 315 0 67 0 24 453 65 72
Binary 11001100 1011100 11001101 0 110111 0 10100 100101011 110101 111010

Color Harmonies of #CC5CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5CCD

Black with #CC5CCD

Text Example


Text Example

White with #CC5CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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