Html Css Color HEX #CC4A7F Mulberry

📋 copy color: '#CC4A7F'

red 204 ◦ green 74 ◦ blue 127

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

Shades of Mulberry #CC4A7F

Tints of Mulberry #CC4A7F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.27%

 BLUE value IS 127 (50% from 255) = 31.36%

R = 50.37%
G = 18.27%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC4A7F (or 0xCC4A7F) is known color: Mulberry. HEX triplet: CC, 4A and 7F. RGB value is (204,74,127). Sum of RGB (Red+Green+Blue) = 204+74+127=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4A7F is #33B580. Grayscale: #767676. Windows color (decimal): -3388801 or 8342220. OLE color: 8342220.

HSL color Cylindrical-coordinate representation of color #CC4A7F: hue angle of 335.54º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4A7F is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 74 127 -
CMYK 0 0.64 0.38 0.2
HSL 335.54º 0.56% 0.55% -
HSV(B) 335.54º 0.64% 0.8% -
XYZ 31.18 19.27 22.15 -
YUV 118.91 132.57 188.69 -
System Red Green Blue C M Y K H S L
Decimal 204 74 127 0 0.64 0.38 0.2 335.54 0.56 0.55
Hex CC 4A 7F 0 40 26 14 150 38 37
Octal 314 112 177 0 100 46 24 520 70 67
Binary 11001100 1001010 1111111 0 1000000 100110 10100 101010000 111000 110111

Color Harmonies of #CC4A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4A7F

Black with #CC4A7F

Text Example


Text Example

White with #CC4A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4A7F; }

 p { color: rgb(204,74,127); }

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

background-color css

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

 a { background-color: rgb(204,74,127); }

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

border-color css

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

 span { border-color: rgb(204,74,127); }

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