Html Css Color HEX #CA4D81 Mulberry

📋 copy color: '#CA4D81'

red 202 ◦ green 77 ◦ blue 129

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

Shades of Mulberry #CA4D81

Tints of Mulberry #CA4D81

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.87%

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

R = 49.51%
G = 18.87%
B = 31.62%

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

#CA4D81 (or 0xCA4D81) is known color: Mulberry. HEX triplet: CA, 4D and 81. RGB value is (202,77,129). Sum of RGB (Red+Green+Blue) = 202+77+129=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4D81 is #35B27E. Grayscale: #787878. Windows color (decimal): -3519103 or 8474058. OLE color: 8474058.

HSL color Cylindrical-coordinate representation of color #CA4D81: hue angle of 335.04º 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 #CA4D81 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 77 129 -
CMYK 0 0.62 0.36 0.21
HSL 335.04º 0.54% 0.55% -
HSV(B) 335.04º 0.62% 0.79% -
XYZ 30.97 19.45 22.89 -
YUV 120.3 132.91 186.27 -
System Red Green Blue C M Y K H S L
Decimal 202 77 129 0 0.62 0.36 0.21 335.04 0.54 0.55
Hex CA 4D 81 0 3E 24 15 14F 36 37
Octal 312 115 201 0 76 44 25 517 66 67
Binary 11001010 1001101 10000001 0 111110 100100 10101 101001111 110110 110111

Color Harmonies of #CA4D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4D81

Black with #CA4D81

Text Example


Text Example

White with #CA4D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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