Html Css Color HEX #CA0390 Medium Violet Red

📋 copy color: '#CA0390'

red 202 ◦ green 3 ◦ blue 144

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

Shades of Medium Violet Red #CA0390

Tints of Medium Violet Red #CA0390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

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

R = 57.88%
G = 0.86%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA0390 (or 0xCA0390) is known color: Medium Violet Red. HEX triplet: CA, 03 and 90. RGB value is (202,3,144). Sum of RGB (Red+Green+Blue) = 202+3+144=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0390 is #35FC6F. Grayscale: #4E4E4E. Windows color (decimal): -3538032 or 9438154. OLE color: 9438154.

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

Color convert

RGB 202 3 144 -
CMYK 0 0.99 0.29 0.21
HSL 317.49º 0.97% 0.4% -
HSV(B) 317.49º 0.99% 0.79% -
XYZ 29.42 14.64 27.66 -
YUV 78.58 164.93 216.04 -
System Red Green Blue C M Y K H S L
Decimal 202 3 144 0 0.99 0.29 0.21 317.49 0.97 0.4
Hex CA 3 90 0 63 1D 15 13D 61 28
Octal 312 3 220 0 143 35 25 475 141 50
Binary 11001010 11 10010000 0 1100011 11101 10101 100111101 1100001 101000

Color Harmonies of #CA0390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0390

Black with #CA0390

Text Example


Text Example

White with #CA0390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0390; }

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

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

background-color css

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

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

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

border-color css

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

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

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