Html Css Color HEX #C0167C Medium Violet Red

📋 copy color: '#C0167C'

red 192 ◦ green 22 ◦ blue 124

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

Shades of Medium Violet Red #C0167C

Tints of Medium Violet Red #C0167C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.69%

R = 56.8%
G = 6.51%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0167C (or 0xC0167C) is known color: Medium Violet Red. HEX triplet: C0, 16 and 7C. RGB value is (192,22,124). Sum of RGB (Red+Green+Blue) = 192+22+124=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0167C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0167C is #3FE983. Grayscale: #545454. Windows color (decimal): -4188548 or 8132288. OLE color: 8132288.

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

Color convert

RGB 192 22 124 -
CMYK 0 0.89 0.35 0.25
HSL 324º 0.79% 0.42% -
HSV(B) 324º 0.89% 0.75% -
XYZ 25.66 13.24 20.27 -
YUV 84.46 150.32 204.71 -
System Red Green Blue C M Y K H S L
Decimal 192 22 124 0 0.89 0.35 0.25 324 0.79 0.42
Hex C0 16 7C 0 59 23 19 144 4F 2A
Octal 300 26 174 0 131 43 31 504 117 52
Binary 11000000 10110 1111100 0 1011001 100011 11001 101000100 1001111 101010

Color Harmonies of #C0167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0167C

Black with #C0167C

Text Example


Text Example

White with #C0167C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0167C; }

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

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

background-color css

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

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

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

border-color css

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

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

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