Html Css Color HEX #CC408E Mulberry

📋 copy color: '#CC408E'

red 204 ◦ green 64 ◦ blue 142

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

Shades of Mulberry #CC408E

Tints of Mulberry #CC408E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.63%

R = 49.76%
G = 15.61%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC408E (or 0xCC408E) is known color: Mulberry. HEX triplet: CC, 40 and 8E. RGB value is (204,64,142). Sum of RGB (Red+Green+Blue) = 204+64+142=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC408E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC408E is #33BF71. Grayscale: #727272. Windows color (decimal): -3391346 or 9322700. OLE color: 9322700.

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

Color convert

RGB 204 64 142 -
CMYK 0 0.69 0.30 0.2
HSL 326.57º 0.58% 0.53% -
HSV(B) 326.57º 0.69% 0.8% -
XYZ 31.62 18.46 27.49 -
YUV 114.75 143.38 191.66 -
System Red Green Blue C M Y K H S L
Decimal 204 64 142 0 0.69 0.30 0.2 326.57 0.58 0.53
Hex CC 40 8E 0 45 1E 14 147 3A 35
Octal 314 100 216 0 105 36 24 507 72 65
Binary 11001100 1000000 10001110 0 1000101 11110 10100 101000111 111010 110101

Color Harmonies of #CC408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC408E

Black with #CC408E

Text Example


Text Example

White with #CC408E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC408E; }

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

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

background-color css

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

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

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

border-color css

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

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

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