Html Css Color HEX #CA2CA1 Medium Red Violet

📋 copy color: '#CA2CA1'

red 202 ◦ green 44 ◦ blue 161

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

Shades of Medium Red Violet #CA2CA1

Tints of Medium Red Violet #CA2CA1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.81%

 BLUE value IS 161 (63.28% from 255) = 39.56%

R = 49.63%
G = 10.81%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA2CA1 (or 0xCA2CA1) is known color: Medium Red Violet. HEX triplet: CA, 2C and A1. RGB value is (202,44,161). Sum of RGB (Red+Green+Blue) = 202+44+161=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2CA1 is #35D35E. Grayscale: #686868. Windows color (decimal): -3527519 or 10562762. OLE color: 10562762.

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

Color convert

RGB 202 44 161 -
CMYK 0 0.78 0.20 0.21
HSL 315.57º 0.64% 0.48% -
HSV(B) 315.57º 0.78% 0.79% -
XYZ 31.69 16.93 35.32 -
YUV 104.58 159.85 197.49 -
System Red Green Blue C M Y K H S L
Decimal 202 44 161 0 0.78 0.20 0.21 315.57 0.64 0.48
Hex CA 2C A1 0 4E 14 15 13C 40 30
Octal 312 54 241 0 116 24 25 474 100 60
Binary 11001010 101100 10100001 0 1001110 10100 10101 100111100 1000000 110000

Color Harmonies of #CA2CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2CA1

Black with #CA2CA1

Text Example


Text Example

White with #CA2CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2CA1; }

 p { color: rgb(202,44,161); }

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

background-color css

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

 a { background-color: rgb(202,44,161); }

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

border-color css

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

 span { border-color: rgb(202,44,161); }

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