Html Css Color HEX #C8196C Medium Violet Red

📋 copy color: '#C8196C'

red 200 ◦ green 25 ◦ blue 108

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

Shades of Medium Violet Red #C8196C

Tints of Medium Violet Red #C8196C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 60.06%
G = 7.51%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8196C (or 0xC8196C) is known color: Medium Violet Red. HEX triplet: C8, 19 and 6C. RGB value is (200,25,108). Sum of RGB (Red+Green+Blue) = 200+25+108=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C8196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8196C is #37E693. Grayscale: #565656. Windows color (decimal): -3663508 or 7084488. OLE color: 7084488.

HSL color Cylindrical-coordinate representation of color #C8196C: hue angle of 331.54º 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 #C8196C is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 25 108 -
CMYK 0 0.88 0.46 0.22
HSL 331.54º 0.78% 0.44% -
HSV(B) 331.54º 0.88% 0.78% -
XYZ 26.87 14.06 15.48 -
YUV 86.79 139.98 208.75 -
System Red Green Blue C M Y K H S L
Decimal 200 25 108 0 0.88 0.46 0.22 331.54 0.78 0.44
Hex C8 19 6C 0 58 2E 16 14C 4E 2C
Octal 310 31 154 0 130 56 26 514 116 54
Binary 11001000 11001 1101100 0 1011000 101110 10110 101001100 1001110 101100

Color Harmonies of #C8196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8196C

Black with #C8196C

Text Example


Text Example

White with #C8196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8196C; }

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

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

background-color css

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

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

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

border-color css

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

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

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