Html Css Color HEX #C53EA2 Mulberry

📋 copy color: '#C53EA2'

red 197 ◦ green 62 ◦ blue 162

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

Shades of Mulberry #C53EA2

Tints of Mulberry #C53EA2

RGB

 RED value IS 197 (77.34% from 255) = 46.79%

 GREEN value IS 62 (24.61% from 255) = 14.73%

 BLUE value IS 162 (63.67% from 255) = 38.48%

R = 46.79%
G = 14.73%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C53EA2 (or 0xC53EA2) is known color: Mulberry. HEX triplet: C5, 3E and A2. RGB value is (197,62,162). Sum of RGB (Red+Green+Blue) = 197+62+162=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 62 (24.61% from 255 or 14.73% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C53EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53EA2 is #3AC15D. Grayscale: #717171. Windows color (decimal): -3850590 or 10632901. OLE color: 10632901.

HSL color Cylindrical-coordinate representation of color #C53EA2: hue angle of 315.56º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53EA2 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 62 162 -
CMYK 0 0.69 0.18 0.23
HSL 315.56º 0.54% 0.51% -
HSV(B) 315.56º 0.69% 0.77% -
XYZ 31.27 17.92 35.99 -
YUV 113.77 155.23 187.37 -
System Red Green Blue C M Y K H S L
Decimal 197 62 162 0 0.69 0.18 0.23 315.56 0.54 0.51
Hex C5 3E A2 0 45 12 17 13C 36 33
Octal 305 76 242 0 105 22 27 474 66 63
Binary 11000101 111110 10100010 0 1000101 10010 10111 100111100 110110 110011

Color Harmonies of #C53EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53EA2

Black with #C53EA2

Text Example


Text Example

White with #C53EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53EA2; }

 p { color: rgb(197,62,162); }

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

background-color css

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

 a { background-color: rgb(197,62,162); }

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

border-color css

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

 span { border-color: rgb(197,62,162); }

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