Html Css Color HEX #C0166D Medium Violet Red

📋 copy color: '#C0166D'

red 192 ◦ green 22 ◦ blue 109

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

Shades of Medium Violet Red #C0166D

Tints of Medium Violet Red #C0166D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.75%

R = 59.44%
G = 6.81%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0166D (or 0xC0166D) is known color: Medium Violet Red. HEX triplet: C0, 16 and 6D. RGB value is (192,22,109). Sum of RGB (Red+Green+Blue) = 192+22+109=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C0166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0166D is #3FE992. Grayscale: #525252. Windows color (decimal): -4188563 or 7149248. OLE color: 7149248.

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

Color convert

RGB 192 22 109 -
CMYK 0 0.89 0.43 0.25
HSL 329.29º 0.79% 0.42% -
HSV(B) 329.29º 0.89% 0.75% -
XYZ 24.79 12.88 15.65 -
YUV 82.75 142.82 205.93 -
System Red Green Blue C M Y K H S L
Decimal 192 22 109 0 0.89 0.43 0.25 329.29 0.79 0.42
Hex C0 16 6D 0 59 2B 19 149 4F 2A
Octal 300 26 155 0 131 53 31 511 117 52
Binary 11000000 10110 1101101 0 1011001 101011 11001 101001001 1001111 101010

Color Harmonies of #C0166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0166D

Black with #C0166D

Text Example


Text Example

White with #C0166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0166D; }

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

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

background-color css

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

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

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

border-color css

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

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

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