Html Css Color HEX #CA52A6 Mulberry

📋 copy color: '#CA52A6'

red 202 ◦ green 82 ◦ blue 166

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

Shades of Mulberry #CA52A6

Tints of Mulberry #CA52A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.89%

R = 44.89%
G = 18.22%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#CA52A6 (or 0xCA52A6) is known color: Mulberry. HEX triplet: CA, 52 and A6. RGB value is (202,82,166). Sum of RGB (Red+Green+Blue) = 202+82+166=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA52A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA52A6 is #35AD59. Grayscale: #7F7F7F. Windows color (decimal): -3517786 or 10900170. OLE color: 10900170.

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

Color convert

RGB 202 82 166 -
CMYK 0 0.59 0.18 0.21
HSL 318º 0.53% 0.56% -
HSV(B) 318º 0.59% 0.79% -
XYZ 34.26 21.34 38.39 -
YUV 127.46 149.76 181.17 -
System Red Green Blue C M Y K H S L
Decimal 202 82 166 0 0.59 0.18 0.21 318 0.53 0.56
Hex CA 52 A6 0 3B 12 15 13E 35 38
Octal 312 122 246 0 73 22 25 476 65 70
Binary 11001010 1010010 10100110 0 111011 10010 10101 100111110 110101 111000

Color Harmonies of #CA52A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA52A6

Black with #CA52A6

Text Example


Text Example

White with #CA52A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA52A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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