Html Css Color HEX #CA58A9 Mulberry

📋 copy color: '#CA58A9'

red 202 ◦ green 88 ◦ blue 169

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

Shades of Mulberry #CA58A9

Tints of Mulberry #CA58A9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.17%

 BLUE value IS 169 (66.41% from 255) = 36.82%

R = 44.01%
G = 19.17%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA58A9 (or 0xCA58A9) is known color: Mulberry. HEX triplet: CA, 58 and A9. RGB value is (202,88,169). Sum of RGB (Red+Green+Blue) = 202+88+169=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA58A9 is #35A756. Grayscale: #838383. Windows color (decimal): -3516247 or 11098314. OLE color: 11098314.

HSL color Cylindrical-coordinate representation of color #CA58A9: hue angle of 317.37º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA58A9 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 88 169 -
CMYK 0 0.56 0.16 0.21
HSL 317.37º 0.52% 0.57% -
HSV(B) 317.37º 0.56% 0.79% -
XYZ 35.01 22.4 40.01 -
YUV 131.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 202 88 169 0 0.56 0.16 0.21 317.37 0.52 0.57
Hex CA 58 A9 0 38 10 15 13D 34 39
Octal 312 130 251 0 70 20 25 475 64 71
Binary 11001010 1011000 10101001 0 111000 10000 10101 100111101 110100 111001

Color Harmonies of #CA58A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA58A9

Black with #CA58A9

Text Example


Text Example

White with #CA58A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA58A9; }

 p { color: rgb(202,88,169); }

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

background-color css

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

 a { background-color: rgb(202,88,169); }

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

border-color css

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

 span { border-color: rgb(202,88,169); }

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