Html Css Color HEX #CC408F Mulberry

📋 copy color: '#CC408F'

red 204 ◦ green 64 ◦ blue 143

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

Shades of Mulberry #CC408F

Tints of Mulberry #CC408F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.79%

R = 49.64%
G = 15.57%
B = 34.79%

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

#CC408F (or 0xCC408F) is known color: Mulberry. HEX triplet: CC, 40 and 8F. RGB value is (204,64,143). Sum of RGB (Red+Green+Blue) = 204+64+143=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC408F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC408F is #33BF70. Grayscale: #727272. Windows color (decimal): -3391345 or 9388236. OLE color: 9388236.

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

Color convert

RGB 204 64 143 -
CMYK 0 0.69 0.30 0.2
HSL 326.14º 0.58% 0.53% -
HSV(B) 326.14º 0.69% 0.8% -
XYZ 31.69 18.49 27.88 -
YUV 114.87 143.88 191.58 -
System Red Green Blue C M Y K H S L
Decimal 204 64 143 0 0.69 0.30 0.2 326.14 0.58 0.53
Hex CC 40 8F 0 45 1E 14 146 3A 35
Octal 314 100 217 0 105 36 24 506 72 65
Binary 11001100 1000000 10001111 0 1000101 11110 10100 101000110 111010 110101

Color Harmonies of #CC408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC408F

Black with #CC408F

Text Example


Text Example

White with #CC408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC408F; }

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

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

background-color css

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

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

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

border-color css

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

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

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