Html Css Color HEX #C00174 Medium Violet Red

📋 copy color: '#C00174'

red 192 ◦ green 1 ◦ blue 116

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

Shades of Medium Violet Red #C00174

Tints of Medium Violet Red #C00174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.54%

R = 62.14%
G = 0.32%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C00174 (or 0xC00174) is known color: Medium Violet Red. HEX triplet: C0, 01 and 74. RGB value is (192,1,116). Sum of RGB (Red+Green+Blue) = 192+1+116=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C00174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00174 is #3FFE8B. Grayscale: #464646. Windows color (decimal): -4193932 or 7602624. OLE color: 7602624.

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

Color convert

RGB 192 1 116 -
CMYK 0 0.99 0.40 0.25
HSL 323.87º 0.99% 0.38% -
HSV(B) 323.87º 0.99% 0.75% -
XYZ 24.9 12.49 17.62 -
YUV 71.22 153.28 214.15 -
System Red Green Blue C M Y K H S L
Decimal 192 1 116 0 0.99 0.40 0.25 323.87 0.99 0.38
Hex C0 1 74 0 63 28 19 144 63 26
Octal 300 1 164 0 143 50 31 504 143 46
Binary 11000000 1 1110100 0 1100011 101000 11001 101000100 1100011 100110

Color Harmonies of #C00174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00174

Black with #C00174

Text Example


Text Example

White with #C00174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00174; }

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

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

background-color css

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

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

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

border-color css

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

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

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