Html Css Color HEX #C00073 Medium Violet Red

📋 copy color: '#C00073'

red 192 ◦ green 0 ◦ blue 115

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

Shades of Medium Violet Red #C00073

Tints of Medium Violet Red #C00073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.54%
G = 0%
B = 37.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C00073 (or 0xC00073) is known color: Medium Violet Red. HEX triplet: C0, 00 and 73. RGB value is (192,0,115). Sum of RGB (Red+Green+Blue) = 192+0+115=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C00073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00073 is #3FFF8C. Grayscale: #464646. Windows color (decimal): -4194189 or 7536832. OLE color: 7536832.

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

Color convert

RGB 192 0 115 -
CMYK 0 1 0.40 0.25
HSL 324.06º 1% 0.38% -
HSV(B) 324.06º 1% 0.75% -
XYZ 24.83 12.44 17.31 -
YUV 70.52 153.11 214.65 -
System Red Green Blue C M Y K H S L
Decimal 192 0 115 0 1 0.40 0.25 324.06 1 0.38
Hex C0 0 73 0 64 28 19 144 64 26
Octal 300 0 163 0 144 50 31 504 144 46
Binary 11000000 0 1110011 0 1100100 101000 11001 101000100 1100100 100110

Color Harmonies of #C00073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00073

Black with #C00073

Text Example


Text Example

White with #C00073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00073; }

 p { color: rgb(192,0,115); }

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

background-color css

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

 a { background-color: rgb(192,0,115); }

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

border-color css

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

 span { border-color: rgb(192,0,115); }

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