Html Css Color HEX #C0166F Medium Violet Red

📋 copy color: '#C0166F'

red 192 ◦ green 22 ◦ blue 111

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

Shades of Medium Violet Red #C0166F

Tints of Medium Violet Red #C0166F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.77%

 BLUE value IS 111 (43.75% from 255) = 34.15%

R = 59.08%
G = 6.77%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0166F (or 0xC0166F) is known color: Medium Violet Red. HEX triplet: C0, 16 and 6F. RGB value is (192,22,111). Sum of RGB (Red+Green+Blue) = 192+22+111=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C0166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0166F is #3FE990. Grayscale: #525252. Windows color (decimal): -4188561 or 7280320. OLE color: 7280320.

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

Color convert

RGB 192 22 111 -
CMYK 0 0.89 0.42 0.25
HSL 328.59º 0.79% 0.42% -
HSV(B) 328.59º 0.89% 0.75% -
XYZ 24.89 12.93 16.22 -
YUV 82.98 143.82 205.76 -
System Red Green Blue C M Y K H S L
Decimal 192 22 111 0 0.89 0.42 0.25 328.59 0.79 0.42
Hex C0 16 6F 0 59 2A 19 149 4F 2A
Octal 300 26 157 0 131 52 31 511 117 52
Binary 11000000 10110 1101111 0 1011001 101010 11001 101001001 1001111 101010

Color Harmonies of #C0166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0166F

Black with #C0166F

Text Example


Text Example

White with #C0166F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0166F; }

 p { color: rgb(192,22,111); }

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

background-color css

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

 a { background-color: rgb(192,22,111); }

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

border-color css

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

 span { border-color: rgb(192,22,111); }

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