Html Css Color HEX #CA52A7 Mulberry

📋 copy color: '#CA52A7'

red 202 ◦ green 82 ◦ blue 167

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

Shades of Mulberry #CA52A7

Tints of Mulberry #CA52A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.03%

R = 44.79%
G = 18.18%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#CA52A7 (or 0xCA52A7) is known color: Mulberry. HEX triplet: CA, 52 and A7. RGB value is (202,82,167). Sum of RGB (Red+Green+Blue) = 202+82+167=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA52A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA52A7 is #35AD58. Grayscale: #7F7F7F. Windows color (decimal): -3517785 or 10965706. OLE color: 10965706.

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

Color convert

RGB 202 82 167 -
CMYK 0 0.59 0.17 0.21
HSL 317.5º 0.53% 0.56% -
HSV(B) 317.5º 0.59% 0.79% -
XYZ 34.35 21.38 38.88 -
YUV 127.57 150.26 181.09 -
System Red Green Blue C M Y K H S L
Decimal 202 82 167 0 0.59 0.17 0.21 317.5 0.53 0.56
Hex CA 52 A7 0 3B 11 15 13E 35 38
Octal 312 122 247 0 73 21 25 476 65 70
Binary 11001010 1010010 10100111 0 111011 10001 10101 100111110 110101 111000

Color Harmonies of #CA52A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA52A7

Black with #CA52A7

Text Example


Text Example

White with #CA52A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA52A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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