Html Css Color HEX #CA0297 Medium Violet Red

📋 copy color: '#CA0297'

red 202 ◦ green 2 ◦ blue 151

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

Shades of Medium Violet Red #CA0297

Tints of Medium Violet Red #CA0297

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 56.9%
G = 0.56%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA0297 (or 0xCA0297) is known color: Medium Violet Red. HEX triplet: CA, 02 and 97. RGB value is (202,2,151). Sum of RGB (Red+Green+Blue) = 202+2+151=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0297 is #35FD68. Grayscale: #4E4E4E. Windows color (decimal): -3538281 or 9896650. OLE color: 9896650.

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

Color convert

RGB 202 2 151 -
CMYK 0 0.99 0.25 0.21
HSL 315.3º 0.98% 0.4% -
HSV(B) 315.3º 0.99% 0.79% -
XYZ 29.96 14.83 30.56 -
YUV 78.79 168.76 215.88 -
System Red Green Blue C M Y K H S L
Decimal 202 2 151 0 0.99 0.25 0.21 315.3 0.98 0.4
Hex CA 2 97 0 63 19 15 13B 62 28
Octal 312 2 227 0 143 31 25 473 142 50
Binary 11001010 10 10010111 0 1100011 11001 10101 100111011 1100010 101000

Color Harmonies of #CA0297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0297

Black with #CA0297

Text Example


Text Example

White with #CA0297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0297; }

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

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

background-color css

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

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

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

border-color css

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

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

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