Html Css Color HEX #CA2992 Medium Red Violet

📋 copy color: '#CA2992'

red 202 ◦ green 41 ◦ blue 146

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

Shades of Medium Red Violet #CA2992

Tints of Medium Red Violet #CA2992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.54%

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

R = 51.93%
G = 10.54%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CA2992 (or 0xCA2992) is known color: Medium Red Violet. HEX triplet: CA, 29 and 92. RGB value is (202,41,146). Sum of RGB (Red+Green+Blue) = 202+41+146=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2992 is #35D66D. Grayscale: #646464. Windows color (decimal): -3528302 or 9578954. OLE color: 9578954.

HSL color Cylindrical-coordinate representation of color #CA2992: hue angle of 320.87º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2992 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 41 146 -
CMYK 0 0.80 0.28 0.21
HSL 320.87º 0.66% 0.48% -
HSV(B) 320.87º 0.8% 0.79% -
XYZ 30.34 16.22 28.73 -
YUV 101.11 153.34 199.96 -
System Red Green Blue C M Y K H S L
Decimal 202 41 146 0 0.80 0.28 0.21 320.87 0.66 0.48
Hex CA 29 92 0 50 1C 15 141 42 30
Octal 312 51 222 0 120 34 25 501 102 60
Binary 11001010 101001 10010010 0 1010000 11100 10101 101000001 1000010 110000

Color Harmonies of #CA2992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2992

Black with #CA2992

Text Example


Text Example

White with #CA2992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2992; }

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

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

background-color css

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

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

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

border-color css

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

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

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