Html Css Color HEX #CA5293 Mulberry

📋 copy color: '#CA5293'

red 202 ◦ green 82 ◦ blue 147

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

Shades of Mulberry #CA5293

Tints of Mulberry #CA5293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.03%

 BLUE value IS 147 (57.81% from 255) = 34.11%

R = 46.87%
G = 19.03%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA5293 (or 0xCA5293) is known color: Mulberry. HEX triplet: CA, 52 and 93. RGB value is (202,82,147). Sum of RGB (Red+Green+Blue) = 202+82+147=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5293 is #35AD6C. Grayscale: #7D7D7D. Windows color (decimal): -3517805 or 9654986. OLE color: 9654986.

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

Color convert

RGB 202 82 147 -
CMYK 0 0.59 0.27 0.21
HSL 327.5º 0.53% 0.56% -
HSV(B) 327.5º 0.59% 0.79% -
XYZ 32.64 20.7 29.88 -
YUV 125.29 140.26 182.71 -
System Red Green Blue C M Y K H S L
Decimal 202 82 147 0 0.59 0.27 0.21 327.5 0.53 0.56
Hex CA 52 93 0 3B 1B 15 148 35 38
Octal 312 122 223 0 73 33 25 510 65 70
Binary 11001010 1010010 10010011 0 111011 11011 10101 101001000 110101 111000

Color Harmonies of #CA5293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5293

Black with #CA5293

Text Example


Text Example

White with #CA5293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5293; }

 p { color: rgb(202,82,147); }

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

background-color css

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

 a { background-color: rgb(202,82,147); }

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

border-color css

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

 span { border-color: rgb(202,82,147); }

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