Html Css Color HEX #CA0497 Medium Violet Red

📋 copy color: '#CA0497'

red 202 ◦ green 4 ◦ blue 151

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

Shades of Medium Violet Red #CA0497

Tints of Medium Violet Red #CA0497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

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

R = 56.58%
G = 1.12%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA0497 (or 0xCA0497) is known color: Medium Violet Red. HEX triplet: CA, 04 and 97. RGB value is (202,4,151). Sum of RGB (Red+Green+Blue) = 202+4+151=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0497 is #35FB68. Grayscale: #4F4F4F. Windows color (decimal): -3537769 or 9897162. OLE color: 9897162.

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

Color convert

RGB 202 4 151 -
CMYK 0 0.98 0.25 0.21
HSL 315.45º 0.96% 0.4% -
HSV(B) 315.45º 0.98% 0.79% -
XYZ 29.99 14.88 30.57 -
YUV 79.96 168.1 215.05 -
System Red Green Blue C M Y K H S L
Decimal 202 4 151 0 0.98 0.25 0.21 315.45 0.96 0.4
Hex CA 4 97 0 62 19 15 13B 60 28
Octal 312 4 227 0 142 31 25 473 140 50
Binary 11001010 100 10010111 0 1100010 11001 10101 100111011 1100000 101000

Color Harmonies of #CA0497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0497

Black with #CA0497

Text Example


Text Example

White with #CA0497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0497; }

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

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

background-color css

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

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

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

border-color css

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

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

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