Html Css Color HEX #CA4C81 Mulberry

📋 copy color: '#CA4C81'

red 202 ◦ green 76 ◦ blue 129

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

Shades of Mulberry #CA4C81

Tints of Mulberry #CA4C81

RGB

 RED value IS 202 (79.3% from 255) = 49.63%

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

 BLUE value IS 129 (50.78% from 255) = 31.7%

R = 49.63%
G = 18.67%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA4C81 (or 0xCA4C81) is known color: Mulberry. HEX triplet: CA, 4C and 81. RGB value is (202,76,129). Sum of RGB (Red+Green+Blue) = 202+76+129=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4C81 is #35B37E. Grayscale: #777777. Windows color (decimal): -3519359 or 8473802. OLE color: 8473802.

HSL color Cylindrical-coordinate representation of color #CA4C81: hue angle of 334.76º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4C81 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 76 129 -
CMYK 0 0.62 0.36 0.21
HSL 334.76º 0.54% 0.55% -
HSV(B) 334.76º 0.62% 0.79% -
XYZ 30.9 19.31 22.87 -
YUV 119.72 133.24 186.69 -
System Red Green Blue C M Y K H S L
Decimal 202 76 129 0 0.62 0.36 0.21 334.76 0.54 0.55
Hex CA 4C 81 0 3E 24 15 14F 36 37
Octal 312 114 201 0 76 44 25 517 66 67
Binary 11001010 1001100 10000001 0 111110 100100 10101 101001111 110110 110111

Color Harmonies of #CA4C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4C81

Black with #CA4C81

Text Example


Text Example

White with #CA4C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4C81; }

 p { color: rgb(202,76,129); }

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

background-color css

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

 a { background-color: rgb(202,76,129); }

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

border-color css

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

 span { border-color: rgb(202,76,129); }

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