Html Css Color HEX #C8009D Medium Violet Red

📋 copy color: '#C8009D'

red 200 ◦ green 0 ◦ blue 157

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

Shades of Medium Violet Red #C8009D

Tints of Medium Violet Red #C8009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 157 (61.72% from 255) = 43.98%

R = 56.02%
G = 0%
B = 43.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8009D (or 0xC8009D) is known color: Medium Violet Red. HEX triplet: C8, 00 and 9D. RGB value is (200,0,157). Sum of RGB (Red+Green+Blue) = 200+0+157=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8009D is #37FF62. Grayscale: #4D4D4D. Windows color (decimal): -3669859 or 10289352. OLE color: 10289352.

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

Color convert

RGB 200 0 157 -
CMYK 0 1 0.22 0.22
HSL 312.9º 1% 0.39% -
HSV(B) 312.9º 1% 0.78% -
XYZ 29.91 14.71 33.16 -
YUV 77.7 172.76 215.23 -
System Red Green Blue C M Y K H S L
Decimal 200 0 157 0 1 0.22 0.22 312.9 1 0.39
Hex C8 0 9D 0 64 16 16 139 64 27
Octal 310 0 235 0 144 26 26 471 144 47
Binary 11001000 0 10011101 0 1100100 10110 10110 100111001 1100100 100111

Color Harmonies of #C8009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8009D

Black with #C8009D

Text Example


Text Example

White with #C8009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8009D; }

 p { color: rgb(200,0,157); }

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

background-color css

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

 a { background-color: rgb(200,0,157); }

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

border-color css

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

 span { border-color: rgb(200,0,157); }

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