Html Css Color HEX #CA4881 Mulberry

📋 copy color: '#CA4881'

red 202 ◦ green 72 ◦ blue 129

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

Shades of Mulberry #CA4881

Tints of Mulberry #CA4881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.87%

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

R = 50.12%
G = 17.87%
B = 32.01%

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

#CA4881 (or 0xCA4881) is known color: Mulberry. HEX triplet: CA, 48 and 81. RGB value is (202,72,129). Sum of RGB (Red+Green+Blue) = 202+72+129=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4881 is #35B77E. Grayscale: #757575. Windows color (decimal): -3520383 or 8472778. OLE color: 8472778.

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

Color convert

RGB 202 72 129 -
CMYK 0 0.64 0.36 0.21
HSL 333.69º 0.55% 0.54% -
HSV(B) 333.69º 0.64% 0.79% -
XYZ 30.64 18.78 22.78 -
YUV 117.37 134.57 188.37 -
System Red Green Blue C M Y K H S L
Decimal 202 72 129 0 0.64 0.36 0.21 333.69 0.55 0.54
Hex CA 48 81 0 40 24 15 14E 37 36
Octal 312 110 201 0 100 44 25 516 67 66
Binary 11001010 1001000 10000001 0 1000000 100100 10101 101001110 110111 110110

Color Harmonies of #CA4881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4881

Black with #CA4881

Text Example


Text Example

White with #CA4881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4881; }

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

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

background-color css

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

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

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

border-color css

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

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

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