Html Css Color HEX #CA2193 Medium Violet Red

📋 copy color: '#CA2193'

red 202 ◦ green 33 ◦ blue 147

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

Shades of Medium Violet Red #CA2193

Tints of Medium Violet Red #CA2193

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.64%

 BLUE value IS 147 (57.81% from 255) = 38.48%

R = 52.88%
G = 8.64%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA2193 (or 0xCA2193) is known color: Medium Violet Red. HEX triplet: CA, 21 and 93. RGB value is (202,33,147). Sum of RGB (Red+Green+Blue) = 202+33+147=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2193 is #35DE6C. Grayscale: #606060. Windows color (decimal): -3530349 or 9642442. OLE color: 9642442.

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

Color convert

RGB 202 33 147 -
CMYK 0 0.84 0.27 0.21
HSL 319.53º 0.72% 0.46% -
HSV(B) 319.53º 0.84% 0.79% -
XYZ 30.17 15.75 29.05 -
YUV 96.53 156.49 203.23 -
System Red Green Blue C M Y K H S L
Decimal 202 33 147 0 0.84 0.27 0.21 319.53 0.72 0.46
Hex CA 21 93 0 54 1B 15 140 48 2E
Octal 312 41 223 0 124 33 25 500 110 56
Binary 11001010 100001 10010011 0 1010100 11011 10101 101000000 1001000 101110

Color Harmonies of #CA2193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2193

Black with #CA2193

Text Example


Text Example

White with #CA2193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2193; }

 p { color: rgb(202,33,147); }

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

background-color css

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

 a { background-color: rgb(202,33,147); }

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

border-color css

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

 span { border-color: rgb(202,33,147); }

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