Html Css Color HEX #CA2BA0 Medium Red Violet

📋 copy color: '#CA2BA0'

red 202 ◦ green 43 ◦ blue 160

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

Shades of Medium Red Violet #CA2BA0

Tints of Medium Red Violet #CA2BA0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.62%

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

R = 49.88%
G = 10.62%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA2BA0 (or 0xCA2BA0) is known color: Medium Red Violet. HEX triplet: CA, 2B and A0. RGB value is (202,43,160). Sum of RGB (Red+Green+Blue) = 202+43+160=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2BA0 is #35D45F. Grayscale: #676767. Windows color (decimal): -3527776 or 10496970. OLE color: 10496970.

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

Color convert

RGB 202 43 160 -
CMYK 0 0.79 0.21 0.21
HSL 315.85º 0.65% 0.48% -
HSV(B) 315.85º 0.79% 0.79% -
XYZ 31.57 16.82 34.84 -
YUV 103.88 159.68 197.99 -
System Red Green Blue C M Y K H S L
Decimal 202 43 160 0 0.79 0.21 0.21 315.85 0.65 0.48
Hex CA 2B A0 0 4F 15 15 13C 41 30
Octal 312 53 240 0 117 25 25 474 101 60
Binary 11001010 101011 10100000 0 1001111 10101 10101 100111100 1000001 110000

Color Harmonies of #CA2BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2BA0

Black with #CA2BA0

Text Example


Text Example

White with #CA2BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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