Html Css Color HEX #C2018E Medium Violet Red

📋 copy color: '#C2018E'

red 194 ◦ green 1 ◦ blue 142

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

Shades of Medium Violet Red #C2018E

Tints of Medium Violet Red #C2018E

RGB

 RED value IS 194 (76.17% from 255) = 57.57%

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

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

R = 57.57%
G = 0.3%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2018E (or 0xC2018E) is known color: Medium Violet Red. HEX triplet: C2, 01 and 8E. RGB value is (194,1,142). Sum of RGB (Red+Green+Blue) = 194+1+142=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2018E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2018E is #3DFE71. Grayscale: #4A4A4A. Windows color (decimal): -4062834 or 9306562. OLE color: 9306562.

HSL color Cylindrical-coordinate representation of color #C2018E: hue angle of 316.17º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2018E is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 142 -
CMYK 0 0.99 0.27 0.24
HSL 316.17º 0.99% 0.38% -
HSV(B) 316.17º 0.99% 0.76% -
XYZ 27.14 13.44 26.76 -
YUV 74.78 165.94 213.04 -
System Red Green Blue C M Y K H S L
Decimal 194 1 142 0 0.99 0.27 0.24 316.17 0.99 0.38
Hex C2 1 8E 0 63 1B 18 13C 63 26
Octal 302 1 216 0 143 33 30 474 143 46
Binary 11000010 1 10001110 0 1100011 11011 11000 100111100 1100011 100110

Color Harmonies of #C2018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2018E

Black with #C2018E

Text Example


Text Example

White with #C2018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2018E; }

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

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

background-color css

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

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

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

border-color css

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

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

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