Html Css Color HEX #CA16A0 Medium Violet Red

📋 copy color: '#CA16A0'

red 202 ◦ green 22 ◦ blue 160

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

Shades of Medium Violet Red #CA16A0

Tints of Medium Violet Red #CA16A0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.73%

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

R = 52.6%
G = 5.73%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA16A0 (or 0xCA16A0) is known color: Medium Violet Red. HEX triplet: CA, 16 and A0. RGB value is (202,22,160). Sum of RGB (Red+Green+Blue) = 202+22+160=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA16A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA16A0 is #35E95F. Grayscale: #5B5B5B. Windows color (decimal): -3533152 or 10491594. OLE color: 10491594.

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

Color convert

RGB 202 22 160 -
CMYK 0 0.89 0.21 0.21
HSL 314º 0.8% 0.44% -
HSV(B) 314º 0.89% 0.79% -
XYZ 30.99 15.67 34.65 -
YUV 91.55 166.63 206.78 -
System Red Green Blue C M Y K H S L
Decimal 202 22 160 0 0.89 0.21 0.21 314 0.8 0.44
Hex CA 16 A0 0 59 15 15 13A 50 2C
Octal 312 26 240 0 131 25 25 472 120 54
Binary 11001010 10110 10100000 0 1011001 10101 10101 100111010 1010000 101100

Color Harmonies of #CA16A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA16A0

Black with #CA16A0

Text Example


Text Example

White with #CA16A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA16A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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