Html Css Color HEX #C00172 Medium Violet Red

📋 copy color: '#C00172'

red 192 ◦ green 1 ◦ blue 114

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

Shades of Medium Violet Red #C00172

Tints of Medium Violet Red #C00172

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 62.54%
G = 0.33%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C00172 (or 0xC00172) is known color: Medium Violet Red. HEX triplet: C0, 01 and 72. RGB value is (192,1,114). Sum of RGB (Red+Green+Blue) = 192+1+114=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C00172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00172 is #3FFE8D. Grayscale: #464646. Windows color (decimal): -4193934 or 7471552. OLE color: 7471552.

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

Color convert

RGB 192 1 114 -
CMYK 0 0.99 0.41 0.25
HSL 324.5º 0.99% 0.38% -
HSV(B) 324.5º 0.99% 0.75% -
XYZ 24.79 12.44 17.01 -
YUV 70.99 152.28 214.31 -
System Red Green Blue C M Y K H S L
Decimal 192 1 114 0 0.99 0.41 0.25 324.5 0.99 0.38
Hex C0 1 72 0 63 29 19 145 63 26
Octal 300 1 162 0 143 51 31 505 143 46
Binary 11000000 1 1110010 0 1100011 101001 11001 101000101 1100011 100110

Color Harmonies of #C00172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00172

Black with #C00172

Text Example


Text Example

White with #C00172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00172; }

 p { color: rgb(192,1,114); }

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

background-color css

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

 a { background-color: rgb(192,1,114); }

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

border-color css

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

 span { border-color: rgb(192,1,114); }

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