Html Css Color HEX #CC5CC0 Fuchsia

📋 copy color: '#CC5CC0'

red 204 ◦ green 92 ◦ blue 192

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

Shades of Fuchsia #CC5CC0

Tints of Fuchsia #CC5CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.34%

R = 41.8%
G = 18.85%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC5CC0 (or 0xCC5CC0) is known color: Fuchsia. HEX triplet: CC, 5C and C0. RGB value is (204,92,192). Sum of RGB (Red+Green+Blue) = 204+92+192=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5CC0 is #33A33F. Grayscale: #888888. Windows color (decimal): -3384128 or 12606668. OLE color: 12606668.

HSL color Cylindrical-coordinate representation of color #CC5CC0: hue angle of 306.43º degrees, saturation: 0.52, 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 #CC5CC0 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 92 192 -
CMYK 0 0.55 0.06 0.2
HSL 306.43º 0.52% 0.58% -
HSV(B) 306.43º 0.55% 0.8% -
XYZ 38.24 24.3 52.54 -
YUV 136.89 159.11 175.87 -
System Red Green Blue C M Y K H S L
Decimal 204 92 192 0 0.55 0.06 0.2 306.43 0.52 0.58
Hex CC 5C C0 0 37 6 14 132 34 3A
Octal 314 134 300 0 67 6 24 462 64 72
Binary 11001100 1011100 11000000 0 110111 110 10100 100110010 110100 111010

Color Harmonies of #CC5CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5CC0

Black with #CC5CC0

Text Example


Text Example

White with #CC5CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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