Html Css Color HEX #CA0372 Medium Violet Red

📋 copy color: '#CA0372'

red 202 ◦ green 3 ◦ blue 114

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

Shades of Medium Violet Red #CA0372

Tints of Medium Violet Red #CA0372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.74%

R = 63.32%
G = 0.94%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA0372 (or 0xCA0372) is known color: Medium Violet Red. HEX triplet: CA, 03 and 72. RGB value is (202,3,114). Sum of RGB (Red+Green+Blue) = 202+3+114=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0372 is #35FC8D. Grayscale: #4A4A4A. Windows color (decimal): -3538062 or 7472074. OLE color: 7472074.

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

Color convert

RGB 202 3 114 -
CMYK 0 0.99 0.44 0.21
HSL 326.53º 0.97% 0.4% -
HSV(B) 326.53º 0.99% 0.79% -
XYZ 27.43 13.84 17.14 -
YUV 75.16 149.93 218.47 -
System Red Green Blue C M Y K H S L
Decimal 202 3 114 0 0.99 0.44 0.21 326.53 0.97 0.4
Hex CA 3 72 0 63 2C 15 147 61 28
Octal 312 3 162 0 143 54 25 507 141 50
Binary 11001010 11 1110010 0 1100011 101100 10101 101000111 1100001 101000

Color Harmonies of #CA0372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0372

Black with #CA0372

Text Example


Text Example

White with #CA0372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0372; }

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

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

background-color css

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

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

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

border-color css

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

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

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