Html Css Color HEX #CA0490 Medium Violet Red

📋 copy color: '#CA0490'

red 202 ◦ green 4 ◦ blue 144

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

Shades of Medium Violet Red #CA0490

Tints of Medium Violet Red #CA0490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.14%

R = 57.71%
G = 1.14%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA0490 (or 0xCA0490) is known color: Medium Violet Red. HEX triplet: CA, 04 and 90. RGB value is (202,4,144). Sum of RGB (Red+Green+Blue) = 202+4+144=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0490 is #35FB6F. Grayscale: #4E4E4E. Windows color (decimal): -3537776 or 9438410. OLE color: 9438410.

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

Color convert

RGB 202 4 144 -
CMYK 0 0.98 0.29 0.21
HSL 317.58º 0.96% 0.4% -
HSV(B) 317.58º 0.98% 0.79% -
XYZ 29.43 14.66 27.66 -
YUV 79.16 164.6 215.62 -
System Red Green Blue C M Y K H S L
Decimal 202 4 144 0 0.98 0.29 0.21 317.58 0.96 0.4
Hex CA 4 90 0 62 1D 15 13E 60 28
Octal 312 4 220 0 142 35 25 476 140 50
Binary 11001010 100 10010000 0 1100010 11101 10101 100111110 1100000 101000

Color Harmonies of #CA0490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0490

Black with #CA0490

Text Example


Text Example

White with #CA0490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0490; }

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

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

background-color css

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

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

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

border-color css

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

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

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