Html Css Color HEX #C8018E Medium Violet Red

📋 copy color: '#C8018E'

red 200 ◦ green 1 ◦ blue 142

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

Shades of Medium Violet Red #C8018E

Tints of Medium Violet Red #C8018E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.4%

R = 58.31%
G = 0.29%
B = 41.4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8018E (or 0xC8018E) is known color: Medium Violet Red. HEX triplet: C8, 01 and 8E. RGB value is (200,1,142). Sum of RGB (Red+Green+Blue) = 200+1+142=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8018E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8018E is #37FE71. Grayscale: #4C4C4C. Windows color (decimal): -3669618 or 9306568. OLE color: 9306568.

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

Color convert

RGB 200 1 142 -
CMYK 0 1.00 0.29 0.22
HSL 317.49º 0.99% 0.39% -
HSV(B) 317.49º 1% 0.78% -
XYZ 28.71 14.25 26.83 -
YUV 76.58 164.93 216.04 -
System Red Green Blue C M Y K H S L
Decimal 200 1 142 0 1.00 0.29 0.22 317.49 0.99 0.39
Hex C8 1 8E 0 64 1D 16 13D 63 27
Octal 310 1 216 0 144 35 26 475 143 47
Binary 11001000 1 10001110 0 1100100 11101 10110 100111101 1100011 100111

Color Harmonies of #C8018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8018E

Black with #C8018E

Text Example


Text Example

White with #C8018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8018E; }

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

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

background-color css

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

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

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

border-color css

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

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

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