Html Css Color HEX #C8196F Medium Violet Red

📋 copy color: '#C8196F'

red 200 ◦ green 25 ◦ blue 111

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

Shades of Medium Violet Red #C8196F

Tints of Medium Violet Red #C8196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.44%

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 59.52%
G = 7.44%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8196F (or 0xC8196F) is known color: Medium Violet Red. HEX triplet: C8, 19 and 6F. RGB value is (200,25,111). Sum of RGB (Red+Green+Blue) = 200+25+111=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C8196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8196F is #37E690. Grayscale: #565656. Windows color (decimal): -3663505 or 7281096. OLE color: 7281096.

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

Color convert

RGB 200 25 111 -
CMYK 0 0.88 0.44 0.22
HSL 330.51º 0.78% 0.44% -
HSV(B) 330.51º 0.88% 0.78% -
XYZ 27.04 14.12 16.34 -
YUV 87.13 141.48 208.51 -
System Red Green Blue C M Y K H S L
Decimal 200 25 111 0 0.88 0.44 0.22 330.51 0.78 0.44
Hex C8 19 6F 0 58 2C 16 14B 4E 2C
Octal 310 31 157 0 130 54 26 513 116 54
Binary 11001000 11001 1101111 0 1011000 101100 10110 101001011 1001110 101100

Color Harmonies of #C8196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8196F

Black with #C8196F

Text Example


Text Example

White with #C8196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8196F; }

 p { color: rgb(200,25,111); }

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

background-color css

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

 a { background-color: rgb(200,25,111); }

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

border-color css

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

 span { border-color: rgb(200,25,111); }

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