Html Css Color HEX #CC40B8 Fuchsia

📋 copy color: '#CC40B8'

red 204 ◦ green 64 ◦ blue 184

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

Shades of Fuchsia #CC40B8

Tints of Fuchsia #CC40B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.71%

R = 45.13%
G = 14.16%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC40B8 (or 0xCC40B8) is known color: Fuchsia. HEX triplet: CC, 40 and B8. RGB value is (204,64,184). Sum of RGB (Red+Green+Blue) = 204+64+184=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC40B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40B8 is #33BF47. Grayscale: #777777. Windows color (decimal): -3391304 or 12075212. OLE color: 12075212.

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

Color convert

RGB 204 64 184 -
CMYK 0 0.69 0.10 0.2
HSL 308.57º 0.58% 0.53% -
HSV(B) 308.57º 0.69% 0.8% -
XYZ 35.39 19.96 47.34 -
YUV 119.54 164.38 188.24 -
System Red Green Blue C M Y K H S L
Decimal 204 64 184 0 0.69 0.10 0.2 308.57 0.58 0.53
Hex CC 40 B8 0 45 A 14 135 3A 35
Octal 314 100 270 0 105 12 24 465 72 65
Binary 11001100 1000000 10111000 0 1000101 1010 10100 100110101 111010 110101

Color Harmonies of #CC40B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC40B8

Black with #CC40B8

Text Example


Text Example

White with #CC40B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC40B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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