Html Css Color HEX #C7167D Medium Violet Red

📋 copy color: '#C7167D'

red 199 ◦ green 22 ◦ blue 125

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

Shades of Medium Violet Red #C7167D

Tints of Medium Violet Red #C7167D

RGB

 RED value IS 199 (78.13% from 255) = 57.51%

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

 BLUE value IS 125 (49.22% from 255) = 36.13%

R = 57.51%
G = 6.36%
B = 36.13%

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

#C7167D (or 0xC7167D) is known color: Medium Violet Red. HEX triplet: C7, 16 and 7D. RGB value is (199,22,125). Sum of RGB (Red+Green+Blue) = 199+22+125=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7167D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7167D is #38E982. Grayscale: #565656. Windows color (decimal): -3729795 or 8197831. OLE color: 8197831.

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

Color convert

RGB 199 22 125 -
CMYK 0 0.89 0.37 0.22
HSL 325.08º 0.8% 0.43% -
HSV(B) 325.08º 0.89% 0.78% -
XYZ 27.54 14.2 20.69 -
YUV 86.67 149.64 208.12 -
System Red Green Blue C M Y K H S L
Decimal 199 22 125 0 0.89 0.37 0.22 325.08 0.8 0.43
Hex C7 16 7D 0 59 25 16 145 50 2B
Octal 307 26 175 0 131 45 26 505 120 53
Binary 11000111 10110 1111101 0 1011001 100101 10110 101000101 1010000 101011

Color Harmonies of #C7167D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7167D

Black with #C7167D

Text Example


Text Example

White with #C7167D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7167D; }

 p { color: rgb(199,22,125); }

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

background-color css

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

 a { background-color: rgb(199,22,125); }

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

border-color css

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

 span { border-color: rgb(199,22,125); }

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