Html Css Color HEX #C0167A Medium Violet Red

📋 copy color: '#C0167A'

red 192 ◦ green 22 ◦ blue 122

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

Shades of Medium Violet Red #C0167A

Tints of Medium Violet Red #C0167A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.31%

R = 57.14%
G = 6.55%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0167A (or 0xC0167A) is known color: Medium Violet Red. HEX triplet: C0, 16 and 7A. RGB value is (192,22,122). Sum of RGB (Red+Green+Blue) = 192+22+122=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0167A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0167A is #3FE985. Grayscale: #545454. Windows color (decimal): -4188550 or 8001216. OLE color: 8001216.

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

Color convert

RGB 192 22 122 -
CMYK 0 0.89 0.36 0.25
HSL 324.71º 0.79% 0.42% -
HSV(B) 324.71º 0.89% 0.75% -
XYZ 25.54 13.19 19.61 -
YUV 84.23 149.32 204.87 -
System Red Green Blue C M Y K H S L
Decimal 192 22 122 0 0.89 0.36 0.25 324.71 0.79 0.42
Hex C0 16 7A 0 59 24 19 145 4F 2A
Octal 300 26 172 0 131 44 31 505 117 52
Binary 11000000 10110 1111010 0 1011001 100100 11001 101000101 1001111 101010

Color Harmonies of #C0167A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0167A

Black with #C0167A

Text Example


Text Example

White with #C0167A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0167A; }

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

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

background-color css

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

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

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

border-color css

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

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

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