Html Css Color HEX #C0166B Medium Violet Red

📋 copy color: '#C0166B'

red 192 ◦ green 22 ◦ blue 107

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

Shades of Medium Violet Red #C0166B

Tints of Medium Violet Red #C0166B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.33%

R = 59.81%
G = 6.85%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0166B (or 0xC0166B) is known color: Medium Violet Red. HEX triplet: C0, 16 and 6B. RGB value is (192,22,107). Sum of RGB (Red+Green+Blue) = 192+22+107=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0166B is #3FE994. Grayscale: #525252. Windows color (decimal): -4188565 or 7018176. OLE color: 7018176.

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

Color convert

RGB 192 22 107 -
CMYK 0 0.89 0.44 0.25
HSL 330º 0.79% 0.42% -
HSV(B) 330º 0.89% 0.75% -
XYZ 24.68 12.84 15.09 -
YUV 82.52 141.82 206.09 -
System Red Green Blue C M Y K H S L
Decimal 192 22 107 0 0.89 0.44 0.25 330 0.79 0.42
Hex C0 16 6B 0 59 2C 19 14A 4F 2A
Octal 300 26 153 0 131 54 31 512 117 52
Binary 11000000 10110 1101011 0 1011001 101100 11001 101001010 1001111 101010

Color Harmonies of #C0166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0166B

Black with #C0166B

Text Example


Text Example

White with #C0166B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0166B; }

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

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

background-color css

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

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

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

border-color css

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

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

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