Html Css Color HEX #CC408B Mulberry

📋 copy color: '#CC408B'

red 204 ◦ green 64 ◦ blue 139

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

Shades of Mulberry #CC408B

Tints of Mulberry #CC408B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.15%

R = 50.12%
G = 15.72%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC408B (or 0xCC408B) is known color: Mulberry. HEX triplet: CC, 40 and 8B. RGB value is (204,64,139). Sum of RGB (Red+Green+Blue) = 204+64+139=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC408B is #33BF74. Grayscale: #727272. Windows color (decimal): -3391349 or 9126092. OLE color: 9126092.

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

Color convert

RGB 204 64 139 -
CMYK 0 0.69 0.32 0.2
HSL 327.86º 0.58% 0.53% -
HSV(B) 327.86º 0.69% 0.8% -
XYZ 31.4 18.37 26.32 -
YUV 114.41 141.88 191.9 -
System Red Green Blue C M Y K H S L
Decimal 204 64 139 0 0.69 0.32 0.2 327.86 0.58 0.53
Hex CC 40 8B 0 45 20 14 148 3A 35
Octal 314 100 213 0 105 40 24 510 72 65
Binary 11001100 1000000 10001011 0 1000101 100000 10100 101001000 111010 110101

Color Harmonies of #CC408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC408B

Black with #CC408B

Text Example


Text Example

White with #CC408B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC408B; }

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

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

background-color css

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

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

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

border-color css

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

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

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