Html Css Color HEX #C00370 Medium Violet Red

📋 copy color: '#C00370'

red 192 ◦ green 3 ◦ blue 112

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

Shades of Medium Violet Red #C00370

Tints of Medium Violet Red #C00370

RGB

 RED value IS 192 (75.39% from 255) = 62.54%

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

 BLUE value IS 112 (44.14% from 255) = 36.48%

R = 62.54%
G = 0.98%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C00370 (or 0xC00370) is known color: Medium Violet Red. HEX triplet: C0, 03 and 70. RGB value is (192,3,112). Sum of RGB (Red+Green+Blue) = 192+3+112=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C00370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00370 is #3FFC8F. Grayscale: #474747. Windows color (decimal): -4193424 or 7340992. OLE color: 7340992.

HSL color Cylindrical-coordinate representation of color #C00370: hue angle of 325.4º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00370 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 3 112 -
CMYK 0 0.98 0.42 0.25
HSL 325.4º 0.97% 0.38% -
HSV(B) 325.4º 0.98% 0.75% -
XYZ 24.7 12.44 16.43 -
YUV 71.94 150.62 213.64 -
System Red Green Blue C M Y K H S L
Decimal 192 3 112 0 0.98 0.42 0.25 325.4 0.97 0.38
Hex C0 3 70 0 62 2A 19 145 61 26
Octal 300 3 160 0 142 52 31 505 141 46
Binary 11000000 11 1110000 0 1100010 101010 11001 101000101 1100001 100110

Color Harmonies of #C00370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00370

Black with #C00370

Text Example


Text Example

White with #C00370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00370; }

 p { color: rgb(192,3,112); }

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

background-color css

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

 a { background-color: rgb(192,3,112); }

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

border-color css

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

 span { border-color: rgb(192,3,112); }

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