Html Css Color HEX #CA518D Mulberry

📋 copy color: '#CA518D'

red 202 ◦ green 81 ◦ blue 141

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

Shades of Mulberry #CA518D

Tints of Mulberry #CA518D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.25%

R = 47.64%
G = 19.1%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA518D (or 0xCA518D) is known color: Mulberry. HEX triplet: CA, 51 and 8D. RGB value is (202,81,141). Sum of RGB (Red+Green+Blue) = 202+81+141=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA518D is #35AE72. Grayscale: #7B7B7B. Windows color (decimal): -3518067 or 9261514. OLE color: 9261514.

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

Color convert

RGB 202 81 141 -
CMYK 0 0.60 0.30 0.21
HSL 330.25º 0.53% 0.55% -
HSV(B) 330.25º 0.6% 0.79% -
XYZ 32.11 20.36 27.44 -
YUV 124.02 137.59 183.62 -
System Red Green Blue C M Y K H S L
Decimal 202 81 141 0 0.60 0.30 0.21 330.25 0.53 0.55
Hex CA 51 8D 0 3C 1E 15 14A 35 37
Octal 312 121 215 0 74 36 25 512 65 67
Binary 11001010 1010001 10001101 0 111100 11110 10101 101001010 110101 110111

Color Harmonies of #CA518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA518D

Black with #CA518D

Text Example


Text Example

White with #CA518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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