Html Css Color HEX #CC54CE Fuchsia

📋 copy color: '#CC54CE'

red 204 ◦ green 84 ◦ blue 206

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

Shades of Fuchsia #CC54CE

Tints of Fuchsia #CC54CE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17%

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

R = 41.3%
G = 17%
B = 41.7%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC54CE (or 0xCC54CE) is known color: Fuchsia. HEX triplet: CC, 54 and CE. RGB value is (204,84,206). Sum of RGB (Red+Green+Blue) = 204+84+206=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC54CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC54CE is #33AB31. Grayscale: #858585. Windows color (decimal): -3386162 or 13522124. OLE color: 13522124.

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

Color convert

RGB 204 84 206 -
CMYK 0.01 0.59 0 0.19
HSL 299.02º 0.55% 0.57% -
HSV(B) 299.02º 0.59% 0.81% -
XYZ 39.21 23.63 60.89 -
YUV 133.79 168.76 178.08 -
System Red Green Blue C M Y K H S L
Decimal 204 84 206 0.01 0.59 0 0.19 299.02 0.55 0.57
Hex CC 54 CE 1 3B 0 13 12B 37 39
Octal 314 124 316 1 73 0 23 453 67 71
Binary 11001100 1010100 11001110 1 111011 0 10011 100101011 110111 111001

Color Harmonies of #CC54CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC54CE

Black with #CC54CE

Text Example


Text Example

White with #CC54CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC54CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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