Html Css Color HEX #C8167E Medium Violet Red

📋 copy color: '#C8167E'

red 200 ◦ green 22 ◦ blue 126

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

Shades of Medium Violet Red #C8167E

Tints of Medium Violet Red #C8167E

RGB

 RED value IS 200 (78.52% from 255) = 57.47%

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

 BLUE value IS 126 (49.61% from 255) = 36.21%

R = 57.47%
G = 6.32%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C8167E (or 0xC8167E) is known color: Medium Violet Red. HEX triplet: C8, 16 and 7E. RGB value is (200,22,126). Sum of RGB (Red+Green+Blue) = 200+22+126=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C8167E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8167E is #37E981. Grayscale: #565656. Windows color (decimal): -3664258 or 8263368. OLE color: 8263368.

HSL color Cylindrical-coordinate representation of color #C8167E: hue angle of 324.94º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8167E is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 22 126 -
CMYK 0 0.89 0.37 0.22
HSL 324.94º 0.8% 0.44% -
HSV(B) 324.94º 0.89% 0.78% -
XYZ 27.87 14.36 21.04 -
YUV 87.08 149.97 208.54 -
System Red Green Blue C M Y K H S L
Decimal 200 22 126 0 0.89 0.37 0.22 324.94 0.8 0.44
Hex C8 16 7E 0 59 25 16 145 50 2C
Octal 310 26 176 0 131 45 26 505 120 54
Binary 11001000 10110 1111110 0 1011001 100101 10110 101000101 1010000 101100

Color Harmonies of #C8167E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8167E

Black with #C8167E

Text Example


Text Example

White with #C8167E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8167E; }

 p { color: rgb(200,22,126); }

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

background-color css

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

 a { background-color: rgb(200,22,126); }

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

border-color css

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

 span { border-color: rgb(200,22,126); }

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