Html Css Color HEX #C8019F Medium Violet Red

📋 copy color: '#C8019F'

red 200 ◦ green 1 ◦ blue 159

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

Shades of Medium Violet Red #C8019F

Tints of Medium Violet Red #C8019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.17%

R = 55.56%
G = 0.28%
B = 44.17%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C8019F (or 0xC8019F) is known color: Medium Violet Red. HEX triplet: C8, 01 and 9F. RGB value is (200,1,159). Sum of RGB (Red+Green+Blue) = 200+1+159=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8019F is #37FE60. Grayscale: #4E4E4E. Windows color (decimal): -3669601 or 10420680. OLE color: 10420680.

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

Color convert

RGB 200 1 159 -
CMYK 0 1.00 0.20 0.22
HSL 312.36º 0.99% 0.39% -
HSV(B) 312.36º 1% 0.78% -
XYZ 30.09 14.8 34.07 -
YUV 78.51 173.43 214.65 -
System Red Green Blue C M Y K H S L
Decimal 200 1 159 0 1.00 0.20 0.22 312.36 0.99 0.39
Hex C8 1 9F 0 64 14 16 138 63 27
Octal 310 1 237 0 144 24 26 470 143 47
Binary 11001000 1 10011111 0 1100100 10100 10110 100111000 1100011 100111

Color Harmonies of #C8019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8019F

Black with #C8019F

Text Example


Text Example

White with #C8019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8019F; }

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

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

background-color css

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

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

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

border-color css

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

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

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