Html Css Color HEX #CA2297 Medium Violet Red

📋 copy color: '#CA2297'

red 202 ◦ green 34 ◦ blue 151

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

Shades of Medium Violet Red #CA2297

Tints of Medium Violet Red #CA2297

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.79%

 BLUE value IS 151 (59.38% from 255) = 39.02%

R = 52.2%
G = 8.79%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA2297 (or 0xCA2297) is known color: Medium Violet Red. HEX triplet: CA, 22 and 97. RGB value is (202,34,151). Sum of RGB (Red+Green+Blue) = 202+34+151=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2297 is #35DD68. Grayscale: #616161. Windows color (decimal): -3530089 or 9904842. OLE color: 9904842.

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

Color convert

RGB 202 34 151 -
CMYK 0 0.83 0.25 0.21
HSL 318.21º 0.71% 0.46% -
HSV(B) 318.21º 0.83% 0.79% -
XYZ 30.52 15.93 30.75 -
YUV 97.57 158.16 202.49 -
System Red Green Blue C M Y K H S L
Decimal 202 34 151 0 0.83 0.25 0.21 318.21 0.71 0.46
Hex CA 22 97 0 53 19 15 13E 47 2E
Octal 312 42 227 0 123 31 25 476 107 56
Binary 11001010 100010 10010111 0 1010011 11001 10101 100111110 1000111 101110

Color Harmonies of #CA2297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2297

Black with #CA2297

Text Example


Text Example

White with #CA2297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2297; }

 p { color: rgb(202,34,151); }

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

background-color css

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

 a { background-color: rgb(202,34,151); }

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

border-color css

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

 span { border-color: rgb(202,34,151); }

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