Html Css Color HEX #CA0373 Medium Violet Red

📋 copy color: '#CA0373'

red 202 ◦ green 3 ◦ blue 115

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

Shades of Medium Violet Red #CA0373

Tints of Medium Violet Red #CA0373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.94%

R = 63.13%
G = 0.94%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA0373 (or 0xCA0373) is known color: Medium Violet Red. HEX triplet: CA, 03 and 73. RGB value is (202,3,115). Sum of RGB (Red+Green+Blue) = 202+3+115=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0373 is #35FC8C. Grayscale: #4B4B4B. Windows color (decimal): -3538061 or 7537610. OLE color: 7537610.

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

Color convert

RGB 202 3 115 -
CMYK 0 0.99 0.43 0.21
HSL 326.23º 0.97% 0.4% -
HSV(B) 326.23º 0.99% 0.79% -
XYZ 27.48 13.86 17.45 -
YUV 75.27 150.43 218.39 -
System Red Green Blue C M Y K H S L
Decimal 202 3 115 0 0.99 0.43 0.21 326.23 0.97 0.4
Hex CA 3 73 0 63 2B 15 146 61 28
Octal 312 3 163 0 143 53 25 506 141 50
Binary 11001010 11 1110011 0 1100011 101011 10101 101000110 1100001 101000

Color Harmonies of #CA0373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0373

Black with #CA0373

Text Example


Text Example

White with #CA0373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0373; }

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

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

background-color css

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

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

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

border-color css

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

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

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