Html Css Color HEX #CC40CE Fuchsia

📋 copy color: '#CC40CE'

red 204 ◦ green 64 ◦ blue 206

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

Shades of Fuchsia #CC40CE

Tints of Fuchsia #CC40CE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.5%

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

R = 43.04%
G = 13.5%
B = 43.46%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC40CE (or 0xCC40CE) is known color: Fuchsia. HEX triplet: CC, 40 and CE. RGB value is (204,64,206). Sum of RGB (Red+Green+Blue) = 204+64+206=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC40CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40CE is #33BF31. Grayscale: #797979. Windows color (decimal): -3391282 or 13517004. OLE color: 13517004.

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

Color convert

RGB 204 64 206 -
CMYK 0.01 0.69 0 0.19
HSL 299.15º 0.59% 0.53% -
HSV(B) 299.15º 0.69% 0.81% -
XYZ 37.88 20.96 60.44 -
YUV 122.05 175.38 186.45 -
System Red Green Blue C M Y K H S L
Decimal 204 64 206 0.01 0.69 0 0.19 299.15 0.59 0.53
Hex CC 40 CE 1 45 0 13 12B 3B 35
Octal 314 100 316 1 105 0 23 453 73 65
Binary 11001100 1000000 11001110 1 1000101 0 10011 100101011 111011 110101

Color Harmonies of #CC40CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC40CE

Black with #CC40CE

Text Example


Text Example

White with #CC40CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC40CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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