Html Css Color HEX #CC4CA2 Mulberry

📋 copy color: '#CC4CA2'

red 204 ◦ green 76 ◦ blue 162

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

Shades of Mulberry #CC4CA2

Tints of Mulberry #CC4CA2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.19%

 BLUE value IS 162 (63.67% from 255) = 36.65%

R = 46.15%
G = 17.19%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC4CA2 (or 0xCC4CA2) is known color: Mulberry. HEX triplet: CC, 4C and A2. RGB value is (204,76,162). Sum of RGB (Red+Green+Blue) = 204+76+162=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4CA2 is #33B35D. Grayscale: #7B7B7B. Windows color (decimal): -3388254 or 10636492. OLE color: 10636492.

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

Color convert

RGB 204 76 162 -
CMYK 0 0.63 0.21 0.2
HSL 319.69º 0.56% 0.55% -
HSV(B) 319.69º 0.63% 0.8% -
XYZ 34.01 20.61 36.37 -
YUV 124.08 149.41 185.01 -
System Red Green Blue C M Y K H S L
Decimal 204 76 162 0 0.63 0.21 0.2 319.69 0.56 0.55
Hex CC 4C A2 0 3F 15 14 140 38 37
Octal 314 114 242 0 77 25 24 500 70 67
Binary 11001100 1001100 10100010 0 111111 10101 10100 101000000 111000 110111

Color Harmonies of #CC4CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CA2

Black with #CC4CA2

Text Example


Text Example

White with #CC4CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CA2; }

 p { color: rgb(204,76,162); }

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

background-color css

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

 a { background-color: rgb(204,76,162); }

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

border-color css

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

 span { border-color: rgb(204,76,162); }

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