Html Css Color HEX #CC447D Mulberry

📋 copy color: '#CC447D'

red 204 ◦ green 68 ◦ blue 125

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

Shades of Mulberry #CC447D

Tints of Mulberry #CC447D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.13%

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

R = 51.39%
G = 17.13%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC447D (or 0xCC447D) is known color: Mulberry. HEX triplet: CC, 44 and 7D. RGB value is (204,68,125). Sum of RGB (Red+Green+Blue) = 204+68+125=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC447D is #33BB82. Grayscale: #737373. Windows color (decimal): -3390339 or 8209612. OLE color: 8209612.

HSL color Cylindrical-coordinate representation of color #CC447D: hue angle of 334.85º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC447D is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 68 125 -
CMYK 0 0.67 0.39 0.2
HSL 334.85º 0.57% 0.53% -
HSV(B) 334.85º 0.67% 0.8% -
XYZ 30.67 18.45 21.35 -
YUV 115.16 133.56 191.37 -
System Red Green Blue C M Y K H S L
Decimal 204 68 125 0 0.67 0.39 0.2 334.85 0.57 0.53
Hex CC 44 7D 0 43 27 14 14F 39 35
Octal 314 104 175 0 103 47 24 517 71 65
Binary 11001100 1000100 1111101 0 1000011 100111 10100 101001111 111001 110101

Color Harmonies of #CC447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC447D

Black with #CC447D

Text Example


Text Example

White with #CC447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC447D; }

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

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

background-color css

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

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

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

border-color css

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

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

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