Html Css Color HEX #C8017E Medium Violet Red

📋 copy color: '#C8017E'

red 200 ◦ green 1 ◦ blue 126

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

Shades of Medium Violet Red #C8017E

Tints of Medium Violet Red #C8017E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 126 (49.61% from 255) = 38.53%

R = 61.16%
G = 0.31%
B = 38.53%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C8017E (or 0xC8017E) is known color: Medium Violet Red. HEX triplet: C8, 01 and 7E. RGB value is (200,1,126). Sum of RGB (Red+Green+Blue) = 200+1+126=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C8017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8017E is #37FE81. Grayscale: #4A4A4A. Windows color (decimal): -3669634 or 8257992. OLE color: 8257992.

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

Color convert

RGB 200 1 126 -
CMYK 0 1.00 0.37 0.22
HSL 322.31º 0.99% 0.39% -
HSV(B) 322.31º 1% 0.78% -
XYZ 27.6 13.81 20.95 -
YUV 74.75 156.93 217.34 -
System Red Green Blue C M Y K H S L
Decimal 200 1 126 0 1.00 0.37 0.22 322.31 0.99 0.39
Hex C8 1 7E 0 64 25 16 142 63 27
Octal 310 1 176 0 144 45 26 502 143 47
Binary 11001000 1 1111110 0 1100100 100101 10110 101000010 1100011 100111

Color Harmonies of #C8017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8017E

Black with #C8017E

Text Example


Text Example

White with #C8017E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8017E; }

 p { color: rgb(200,1,126); }

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

background-color css

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

 a { background-color: rgb(200,1,126); }

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

border-color css

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

 span { border-color: rgb(200,1,126); }

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