Html Css Color HEX #CA518F Mulberry

📋 copy color: '#CA518F'

red 202 ◦ green 81 ◦ blue 143

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

Shades of Mulberry #CA518F

Tints of Mulberry #CA518F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.57%

R = 47.42%
G = 19.01%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA518F (or 0xCA518F) is known color: Mulberry. HEX triplet: CA, 51 and 8F. RGB value is (202,81,143). Sum of RGB (Red+Green+Blue) = 202+81+143=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA518F is #35AE70. Grayscale: #7C7C7C. Windows color (decimal): -3518065 or 9392586. OLE color: 9392586.

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

Color convert

RGB 202 81 143 -
CMYK 0 0.60 0.29 0.21
HSL 329.26º 0.53% 0.55% -
HSV(B) 329.26º 0.6% 0.79% -
XYZ 32.26 20.42 28.23 -
YUV 124.25 138.59 183.46 -
System Red Green Blue C M Y K H S L
Decimal 202 81 143 0 0.60 0.29 0.21 329.26 0.53 0.55
Hex CA 51 8F 0 3C 1D 15 149 35 37
Octal 312 121 217 0 74 35 25 511 65 67
Binary 11001010 1010001 10001111 0 111100 11101 10101 101001001 110101 110111

Color Harmonies of #CA518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA518F

Black with #CA518F

Text Example


Text Example

White with #CA518F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA518F; }

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

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

background-color css

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

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

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

border-color css

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

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

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