Html Css Color HEX #CC5BCE Fuchsia

📋 copy color: '#CC5BCE'

red 204 ◦ green 91 ◦ blue 206

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

Shades of Fuchsia #CC5BCE

Tints of Fuchsia #CC5BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.16%

 BLUE value IS 206 (80.86% from 255) = 41.12%

R = 40.72%
G = 18.16%
B = 41.12%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC5BCE (or 0xCC5BCE) is known color: Fuchsia. HEX triplet: CC, 5B and CE. RGB value is (204,91,206). Sum of RGB (Red+Green+Blue) = 204+91+206=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC5BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BCE is #33A431. Grayscale: #898989. Windows color (decimal): -3384370 or 13523916. OLE color: 13523916.

HSL color Cylindrical-coordinate representation of color #CC5BCE: hue angle of 298.96º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5BCE is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 91 206 -
CMYK 0.01 0.56 0 0.19
HSL 298.96º 0.54% 0.58% -
HSV(B) 298.96º 0.56% 0.81% -
XYZ 39.78 24.78 61.08 -
YUV 137.9 166.44 175.15 -
System Red Green Blue C M Y K H S L
Decimal 204 91 206 0.01 0.56 0 0.19 298.96 0.54 0.58
Hex CC 5B CE 1 38 0 13 12B 36 3A
Octal 314 133 316 1 70 0 23 453 66 72
Binary 11001100 1011011 11001110 1 111000 0 10011 100101011 110110 111010

Color Harmonies of #CC5BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5BCE

Black with #CC5BCE

Text Example


Text Example

White with #CC5BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5BCE; }

 p { color: rgb(204,91,206); }

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

background-color css

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

 a { background-color: rgb(204,91,206); }

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

border-color css

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

 span { border-color: rgb(204,91,206); }

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