Html Css Color HEX #CC407D Mulberry

📋 copy color: '#CC407D'

red 204 ◦ green 64 ◦ blue 125

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

Shades of Mulberry #CC407D

Tints of Mulberry #CC407D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.81%

R = 51.91%
G = 16.28%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC407D (or 0xCC407D) is known color: Mulberry. HEX triplet: CC, 40 and 7D. RGB value is (204,64,125). Sum of RGB (Red+Green+Blue) = 204+64+125=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC407D is #33BF82. Grayscale: #707070. Windows color (decimal): -3391363 or 8208588. OLE color: 8208588.

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

Color convert

RGB 204 64 125 -
CMYK 0 0.69 0.39 0.2
HSL 333.86º 0.58% 0.53% -
HSV(B) 333.86º 0.69% 0.8% -
XYZ 30.44 17.98 21.27 -
YUV 112.81 134.88 193.04 -
System Red Green Blue C M Y K H S L
Decimal 204 64 125 0 0.69 0.39 0.2 333.86 0.58 0.53
Hex CC 40 7D 0 45 27 14 14E 3A 35
Octal 314 100 175 0 105 47 24 516 72 65
Binary 11001100 1000000 1111101 0 1000101 100111 10100 101001110 111010 110101

Color Harmonies of #CC407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC407D

Black with #CC407D

Text Example


Text Example

White with #CC407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC407D; }

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

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

background-color css

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

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

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

border-color css

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

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

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