Html Css Color HEX #CA32A0 Medium Red Violet

📋 copy color: '#CA32A0'

red 202 ◦ green 50 ◦ blue 160

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

Shades of Medium Red Violet #CA32A0

Tints of Medium Red Violet #CA32A0

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.14%

 BLUE value IS 160 (62.89% from 255) = 38.83%

R = 49.03%
G = 12.14%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA32A0 (or 0xCA32A0) is known color: Medium Red Violet. HEX triplet: CA, 32 and A0. RGB value is (202,50,160). Sum of RGB (Red+Green+Blue) = 202+50+160=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA32A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA32A0 is #35CD5F. Grayscale: #6B6B6B. Windows color (decimal): -3525984 or 10498762. OLE color: 10498762.

HSL color Cylindrical-coordinate representation of color #CA32A0: hue angle of 316.58º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA32A0 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 50 160 -
CMYK 0 0.75 0.21 0.21
HSL 316.58º 0.6% 0.49% -
HSV(B) 316.58º 0.75% 0.79% -
XYZ 31.84 17.38 34.93 -
YUV 107.99 157.36 195.06 -
System Red Green Blue C M Y K H S L
Decimal 202 50 160 0 0.75 0.21 0.21 316.58 0.6 0.49
Hex CA 32 A0 0 4B 15 15 13D 3C 31
Octal 312 62 240 0 113 25 25 475 74 61
Binary 11001010 110010 10100000 0 1001011 10101 10101 100111101 111100 110001

Color Harmonies of #CA32A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA32A0

Black with #CA32A0

Text Example


Text Example

White with #CA32A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA32A0; }

 p { color: rgb(202,50,160); }

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

background-color css

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

 a { background-color: rgb(202,50,160); }

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

border-color css

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

 span { border-color: rgb(202,50,160); }

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