Html Css Color HEX #CC40CC Fuchsia

📋 copy color: '#CC40CC'

red 204 ◦ green 64 ◦ blue 204

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

Shades of Fuchsia #CC40CC

Tints of Fuchsia #CC40CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 43.22%
G = 13.56%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC40CC (or 0xCC40CC) is known color: Fuchsia. HEX triplet: CC, 40 and CC. RGB value is (204,64,204). Sum of RGB (Red+Green+Blue) = 204+64+204=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC40CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40CC is #33BF33. Grayscale: #797979. Windows color (decimal): -3391284 or 13385932. OLE color: 13385932.

HSL color Cylindrical-coordinate representation of color #CC40CC: hue angle of 300º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC40CC is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 64 204 -
CMYK 0 0.69 0 0.2
HSL 300º 0.58% 0.53% -
HSV(B) 300º 0.69% 0.8% -
XYZ 37.63 20.86 59.17 -
YUV 121.82 174.38 186.62 -
System Red Green Blue C M Y K H S L
Decimal 204 64 204 0 0.69 0 0.2 300 0.58 0.53
Hex CC 40 CC 0 45 0 14 12C 3A 35
Octal 314 100 314 0 105 0 24 454 72 65
Binary 11001100 1000000 11001100 0 1000101 0 10100 100101100 111010 110101

Color Harmonies of #CC40CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC40CC

Black with #CC40CC

Text Example


Text Example

White with #CC40CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC40CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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