Html Css Color HEX #CC5FC2 Fuchsia

📋 copy color: '#CC5FC2'

red 204 ◦ green 95 ◦ blue 194

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

Shades of Fuchsia #CC5FC2

Tints of Fuchsia #CC5FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.35%

R = 41.38%
G = 19.27%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC5FC2 (or 0xCC5FC2) is known color: Fuchsia. HEX triplet: CC, 5F and C2. RGB value is (204,95,194). Sum of RGB (Red+Green+Blue) = 204+95+194=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5FC2 is #33A03D. Grayscale: #8A8A8A. Windows color (decimal): -3383358 or 12738508. OLE color: 12738508.

HSL color Cylindrical-coordinate representation of color #CC5FC2: hue angle of 305.5º 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 #CC5FC2 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 95 194 -
CMYK 0 0.53 0.05 0.2
HSL 305.5º 0.52% 0.59% -
HSV(B) 305.5º 0.53% 0.8% -
XYZ 38.73 24.92 53.81 -
YUV 138.88 159.11 174.45 -
System Red Green Blue C M Y K H S L
Decimal 204 95 194 0 0.53 0.05 0.2 305.5 0.52 0.59
Hex CC 5F C2 0 35 5 14 132 34 3B
Octal 314 137 302 0 65 5 24 462 64 73
Binary 11001100 1011111 11000010 0 110101 101 10100 100110010 110100 111011

Color Harmonies of #CC5FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5FC2

Black with #CC5FC2

Text Example


Text Example

White with #CC5FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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