Html Css Color HEX #CA2494 Medium Violet Red

📋 copy color: '#CA2494'

red 202 ◦ green 36 ◦ blue 148

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

Shades of Medium Violet Red #CA2494

Tints of Medium Violet Red #CA2494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.34%

R = 52.33%
G = 9.33%
B = 38.34%

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

#CA2494 (or 0xCA2494) is known color: Medium Violet Red. HEX triplet: CA, 24 and 94. RGB value is (202,36,148). Sum of RGB (Red+Green+Blue) = 202+36+148=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2494 is #35DB6B. Grayscale: #626262. Windows color (decimal): -3529580 or 9708746. OLE color: 9708746.

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

Color convert

RGB 202 36 148 -
CMYK 0 0.82 0.27 0.21
HSL 319.52º 0.7% 0.47% -
HSV(B) 319.52º 0.82% 0.79% -
XYZ 30.33 15.96 29.5 -
YUV 98.4 156 201.89 -
System Red Green Blue C M Y K H S L
Decimal 202 36 148 0 0.82 0.27 0.21 319.52 0.7 0.47
Hex CA 24 94 0 52 1B 15 140 46 2F
Octal 312 44 224 0 122 33 25 500 106 57
Binary 11001010 100100 10010100 0 1010010 11011 10101 101000000 1000110 101111

Color Harmonies of #CA2494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2494

Black with #CA2494

Text Example


Text Example

White with #CA2494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2494; }

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

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

background-color css

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

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

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

border-color css

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

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

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