Html Css Color HEX #CA2492 Medium Violet Red

📋 copy color: '#CA2492'

red 202 ◦ green 36 ◦ blue 146

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

Shades of Medium Violet Red #CA2492

Tints of Medium Violet Red #CA2492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.02%

R = 52.6%
G = 9.38%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CA2492 (or 0xCA2492) is known color: Medium Violet Red. HEX triplet: CA, 24 and 92. RGB value is (202,36,146). Sum of RGB (Red+Green+Blue) = 202+36+146=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2492 is #35DB6D. Grayscale: #616161. Windows color (decimal): -3529582 or 9577674. OLE color: 9577674.

HSL color Cylindrical-coordinate representation of color #CA2492: hue angle of 320.24º 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 #CA2492 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 36 146 -
CMYK 0 0.82 0.28 0.21
HSL 320.24º 0.7% 0.47% -
HSV(B) 320.24º 0.82% 0.79% -
XYZ 30.18 15.89 28.67 -
YUV 98.17 155 202.06 -
System Red Green Blue C M Y K H S L
Decimal 202 36 146 0 0.82 0.28 0.21 320.24 0.7 0.47
Hex CA 24 92 0 52 1C 15 140 46 2F
Octal 312 44 222 0 122 34 25 500 106 57
Binary 11001010 100100 10010010 0 1010010 11100 10101 101000000 1000110 101111

Color Harmonies of #CA2492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2492

Black with #CA2492

Text Example


Text Example

White with #CA2492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2492; }

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

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

background-color css

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

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

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

border-color css

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

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

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