Html Css Color HEX #CC409F Mulberry

📋 copy color: '#CC409F'

red 204 ◦ green 64 ◦ blue 159

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

Shades of Mulberry #CC409F

Tints of Mulberry #CC409F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.24%

R = 47.78%
G = 14.99%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC409F (or 0xCC409F) is known color: Mulberry. HEX triplet: CC, 40 and 9F. RGB value is (204,64,159). Sum of RGB (Red+Green+Blue) = 204+64+159=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC409F is #33BF60. Grayscale: #747474. Windows color (decimal): -3391329 or 10436812. OLE color: 10436812.

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

Color convert

RGB 204 64 159 -
CMYK 0 0.69 0.22 0.2
HSL 319.29º 0.58% 0.53% -
HSV(B) 319.29º 0.69% 0.8% -
XYZ 32.99 19.01 34.73 -
YUV 116.69 151.88 190.28 -
System Red Green Blue C M Y K H S L
Decimal 204 64 159 0 0.69 0.22 0.2 319.29 0.58 0.53
Hex CC 40 9F 0 45 16 14 13F 3A 35
Octal 314 100 237 0 105 26 24 477 72 65
Binary 11001100 1000000 10011111 0 1000101 10110 10100 100111111 111010 110101

Color Harmonies of #CC409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC409F

Black with #CC409F

Text Example


Text Example

White with #CC409F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC409F; }

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

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

background-color css

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

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

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

border-color css

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

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

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