Html Css Color HEX #C8097D Medium Violet Red

📋 copy color: '#C8097D'

red 200 ◦ green 9 ◦ blue 125

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

Shades of Medium Violet Red #C8097D

Tints of Medium Violet Red #C8097D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.69%

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

R = 59.88%
G = 2.69%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8097D (or 0xC8097D) is known color: Medium Violet Red. HEX triplet: C8, 09 and 7D. RGB value is (200,9,125). Sum of RGB (Red+Green+Blue) = 200+9+125=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C8097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8097D is #37F682. Grayscale: #4F4F4F. Windows color (decimal): -3667587 or 8194504. OLE color: 8194504.

HSL color Cylindrical-coordinate representation of color #C8097D: hue angle of 323.56º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8097D is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 9 125 -
CMYK 0 0.96 0.38 0.22
HSL 323.56º 0.91% 0.41% -
HSV(B) 323.56º 0.96% 0.78% -
XYZ 27.62 13.96 20.64 -
YUV 79.33 153.78 214.07 -
System Red Green Blue C M Y K H S L
Decimal 200 9 125 0 0.96 0.38 0.22 323.56 0.91 0.41
Hex C8 9 7D 0 60 26 16 144 5B 29
Octal 310 11 175 0 140 46 26 504 133 51
Binary 11001000 1001 1111101 0 1100000 100110 10110 101000100 1011011 101001

Color Harmonies of #C8097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8097D

Black with #C8097D

Text Example


Text Example

White with #C8097D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8097D; }

 p { color: rgb(200,9,125); }

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

background-color css

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

 a { background-color: rgb(200,9,125); }

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

border-color css

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

 span { border-color: rgb(200,9,125); }

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