Html Css Color HEX #CC40C0 Fuchsia

📋 copy color: '#CC40C0'

red 204 ◦ green 64 ◦ blue 192

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

Shades of Fuchsia #CC40C0

Tints of Fuchsia #CC40C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.74%

R = 44.35%
G = 13.91%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC40C0 (or 0xCC40C0) is known color: Fuchsia. HEX triplet: CC, 40 and C0. RGB value is (204,64,192). Sum of RGB (Red+Green+Blue) = 204+64+192=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC40C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40C0 is #33BF3F. Grayscale: #787878. Windows color (decimal): -3391296 or 12599500. OLE color: 12599500.

HSL color Cylindrical-coordinate representation of color #CC40C0: hue angle of 305.14º 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 #CC40C0 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 64 192 -
CMYK 0 0.69 0.06 0.2
HSL 305.14º 0.58% 0.53% -
HSV(B) 305.14º 0.69% 0.8% -
XYZ 36.25 20.31 51.88 -
YUV 120.45 168.38 187.59 -
System Red Green Blue C M Y K H S L
Decimal 204 64 192 0 0.69 0.06 0.2 305.14 0.58 0.53
Hex CC 40 C0 0 45 6 14 131 3A 35
Octal 314 100 300 0 105 6 24 461 72 65
Binary 11001100 1000000 11000000 0 1000101 110 10100 100110001 111010 110101

Color Harmonies of #CC40C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC40C0

Black with #CC40C0

Text Example


Text Example

White with #CC40C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC40C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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