Html Css Color HEX #CA519F Mulberry

📋 copy color: '#CA519F'

red 202 ◦ green 81 ◦ blue 159

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

Shades of Mulberry #CA519F

Tints of Mulberry #CA519F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.33%

 BLUE value IS 159 (62.5% from 255) = 35.97%

R = 45.7%
G = 18.33%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA519F (or 0xCA519F) is known color: Mulberry. HEX triplet: CA, 51 and 9F. RGB value is (202,81,159). Sum of RGB (Red+Green+Blue) = 202+81+159=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA519F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA519F is #35AE60. Grayscale: #7D7D7D. Windows color (decimal): -3518049 or 10441162. OLE color: 10441162.

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

Color convert

RGB 202 81 159 -
CMYK 0 0.60 0.21 0.21
HSL 321.32º 0.53% 0.55% -
HSV(B) 321.32º 0.6% 0.79% -
XYZ 33.56 20.94 35.07 -
YUV 126.07 146.59 182.16 -
System Red Green Blue C M Y K H S L
Decimal 202 81 159 0 0.60 0.21 0.21 321.32 0.53 0.55
Hex CA 51 9F 0 3C 15 15 141 35 37
Octal 312 121 237 0 74 25 25 501 65 67
Binary 11001010 1010001 10011111 0 111100 10101 10101 101000001 110101 110111

Color Harmonies of #CA519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA519F

Black with #CA519F

Text Example


Text Example

White with #CA519F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA519F; }

 p { color: rgb(202,81,159); }

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

background-color css

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

 a { background-color: rgb(202,81,159); }

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

border-color css

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

 span { border-color: rgb(202,81,159); }

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