Html Css Color HEX #CA2493 Medium Violet Red

📋 copy color: '#CA2493'

red 202 ◦ green 36 ◦ blue 147

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

Shades of Medium Violet Red #CA2493

Tints of Medium Violet Red #CA2493

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.35%

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

R = 52.47%
G = 9.35%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA2493 (or 0xCA2493) is known color: Medium Violet Red. HEX triplet: CA, 24 and 93. RGB value is (202,36,147). Sum of RGB (Red+Green+Blue) = 202+36+147=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2493 is #35DB6C. Grayscale: #626262. Windows color (decimal): -3529581 or 9643210. OLE color: 9643210.

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

Color convert

RGB 202 36 147 -
CMYK 0 0.82 0.27 0.21
HSL 319.88º 0.7% 0.47% -
HSV(B) 319.88º 0.82% 0.79% -
XYZ 30.25 15.92 29.08 -
YUV 98.29 155.5 201.97 -
System Red Green Blue C M Y K H S L
Decimal 202 36 147 0 0.82 0.27 0.21 319.88 0.7 0.47
Hex CA 24 93 0 52 1B 15 140 46 2F
Octal 312 44 223 0 122 33 25 500 106 57
Binary 11001010 100100 10010011 0 1010010 11011 10101 101000000 1000110 101111

Color Harmonies of #CA2493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2493

Black with #CA2493

Text Example


Text Example

White with #CA2493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2493; }

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

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

background-color css

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

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

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

border-color css

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

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

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