Html Css Color HEX #CA4780 Mulberry

📋 copy color: '#CA4780'

red 202 ◦ green 71 ◦ blue 128

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

Shades of Mulberry #CA4780

Tints of Mulberry #CA4780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.71%

 BLUE value IS 128 (50.39% from 255) = 31.92%

R = 50.37%
G = 17.71%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA4780 (or 0xCA4780) is known color: Mulberry. HEX triplet: CA, 47 and 80. RGB value is (202,71,128). Sum of RGB (Red+Green+Blue) = 202+71+128=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4780 is #35B87F. Grayscale: #747474. Windows color (decimal): -3520640 or 8406986. OLE color: 8406986.

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

Color convert

RGB 202 71 128 -
CMYK 0 0.65 0.37 0.21
HSL 333.89º 0.55% 0.54% -
HSV(B) 333.89º 0.65% 0.79% -
XYZ 30.51 18.62 22.41 -
YUV 116.67 134.4 188.87 -
System Red Green Blue C M Y K H S L
Decimal 202 71 128 0 0.65 0.37 0.21 333.89 0.55 0.54
Hex CA 47 80 0 41 25 15 14E 37 36
Octal 312 107 200 0 101 45 25 516 67 66
Binary 11001010 1000111 10000000 0 1000001 100101 10101 101001110 110111 110110

Color Harmonies of #CA4780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4780

Black with #CA4780

Text Example


Text Example

White with #CA4780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4780; }

 p { color: rgb(202,71,128); }

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

background-color css

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

 a { background-color: rgb(202,71,128); }

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

border-color css

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

 span { border-color: rgb(202,71,128); }

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