Html Css Color HEX #CA4981 Mulberry

📋 copy color: '#CA4981'

red 202 ◦ green 73 ◦ blue 129

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

Shades of Mulberry #CA4981

Tints of Mulberry #CA4981

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.07%

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

R = 50%
G = 18.07%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA4981 (or 0xCA4981) is known color: Mulberry. HEX triplet: CA, 49 and 81. RGB value is (202,73,129). Sum of RGB (Red+Green+Blue) = 202+73+129=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4981 is #35B67E. Grayscale: #757575. Windows color (decimal): -3520127 or 8473034. OLE color: 8473034.

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

Color convert

RGB 202 73 129 -
CMYK 0 0.64 0.36 0.21
HSL 333.95º 0.55% 0.54% -
HSV(B) 333.95º 0.64% 0.79% -
XYZ 30.7 18.91 22.8 -
YUV 117.96 134.24 187.95 -
System Red Green Blue C M Y K H S L
Decimal 202 73 129 0 0.64 0.36 0.21 333.95 0.55 0.54
Hex CA 49 81 0 40 24 15 14E 37 36
Octal 312 111 201 0 100 44 25 516 67 66
Binary 11001010 1001001 10000001 0 1000000 100100 10101 101001110 110111 110110

Color Harmonies of #CA4981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4981

Black with #CA4981

Text Example


Text Example

White with #CA4981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4981; }

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

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

background-color css

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

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

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

border-color css

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

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

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