Html Css Color HEX #CC53CE Fuchsia

📋 copy color: '#CC53CE'

red 204 ◦ green 83 ◦ blue 206

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

Shades of Fuchsia #CC53CE

Tints of Fuchsia #CC53CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.84%

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

R = 41.38%
G = 16.84%
B = 41.78%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC53CE (or 0xCC53CE) is known color: Fuchsia. HEX triplet: CC, 53 and CE. RGB value is (204,83,206). Sum of RGB (Red+Green+Blue) = 204+83+206=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC53CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC53CE is #33AC31. Grayscale: #848484. Windows color (decimal): -3386418 or 13521868. OLE color: 13521868.

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

Color convert

RGB 204 83 206 -
CMYK 0.01 0.60 0 0.19
HSL 299.02º 0.56% 0.57% -
HSV(B) 299.02º 0.6% 0.81% -
XYZ 39.14 23.48 60.86 -
YUV 133.2 169.09 178.5 -
System Red Green Blue C M Y K H S L
Decimal 204 83 206 0.01 0.60 0 0.19 299.02 0.56 0.57
Hex CC 53 CE 1 3C 0 13 12B 38 39
Octal 314 123 316 1 74 0 23 453 70 71
Binary 11001100 1010011 11001110 1 111100 0 10011 100101011 111000 111001

Color Harmonies of #CC53CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53CE

Black with #CC53CE

Text Example


Text Example

White with #CC53CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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