Html Css Color HEX #CC40B0 Fuchsia

📋 copy color: '#CC40B0'

red 204 ◦ green 64 ◦ blue 176

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

Shades of Fuchsia #CC40B0

Tints of Fuchsia #CC40B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.64%

R = 45.95%
G = 14.41%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC40B0 (or 0xCC40B0) is known color: Fuchsia. HEX triplet: CC, 40 and B0. RGB value is (204,64,176). Sum of RGB (Red+Green+Blue) = 204+64+176=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC40B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC40B0 is #33BF4F. Grayscale: #767676. Windows color (decimal): -3391312 or 11550924. OLE color: 11550924.

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

Color convert

RGB 204 64 176 -
CMYK 0 0.69 0.14 0.2
HSL 312º 0.58% 0.53% -
HSV(B) 312º 0.69% 0.8% -
XYZ 34.57 19.64 43.04 -
YUV 118.63 160.38 188.89 -
System Red Green Blue C M Y K H S L
Decimal 204 64 176 0 0.69 0.14 0.2 312 0.58 0.53
Hex CC 40 B0 0 45 E 14 138 3A 35
Octal 314 100 260 0 105 16 24 470 72 65
Binary 11001100 1000000 10110000 0 1000101 1110 10100 100111000 111010 110101

Color Harmonies of #CC40B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC40B0

Black with #CC40B0

Text Example


Text Example

White with #CC40B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC40B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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