Html Css Color HEX #C8097A Medium Violet Red

📋 copy color: '#C8097A'

red 200 ◦ green 9 ◦ blue 122

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

Shades of Medium Violet Red #C8097A

Tints of Medium Violet Red #C8097A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.86%

R = 60.42%
G = 2.72%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C8097A (or 0xC8097A) is known color: Medium Violet Red. HEX triplet: C8, 09 and 7A. RGB value is (200,9,122). Sum of RGB (Red+Green+Blue) = 200+9+122=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8097A is #37F685. Grayscale: #4E4E4E. Windows color (decimal): -3667590 or 7997896. OLE color: 7997896.

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

Color convert

RGB 200 9 122 -
CMYK 0 0.96 0.39 0.22
HSL 324.5º 0.91% 0.41% -
HSV(B) 324.5º 0.96% 0.78% -
XYZ 27.43 13.88 19.65 -
YUV 78.99 152.28 214.31 -
System Red Green Blue C M Y K H S L
Decimal 200 9 122 0 0.96 0.39 0.22 324.5 0.91 0.41
Hex C8 9 7A 0 60 27 16 145 5B 29
Octal 310 11 172 0 140 47 26 505 133 51
Binary 11001000 1001 1111010 0 1100000 100111 10110 101000101 1011011 101001

Color Harmonies of #C8097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8097A

Black with #C8097A

Text Example


Text Example

White with #C8097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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