Html Css Color HEX #C2018C Medium Violet Red

📋 copy color: '#C2018C'

red 194 ◦ green 1 ◦ blue 140

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

Shades of Medium Violet Red #C2018C

Tints of Medium Violet Red #C2018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.79%

R = 57.91%
G = 0.3%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2018C (or 0xC2018C) is known color: Medium Violet Red. HEX triplet: C2, 01 and 8C. RGB value is (194,1,140). Sum of RGB (Red+Green+Blue) = 194+1+140=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C2018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2018C is #3DFE73. Grayscale: #4A4A4A. Windows color (decimal): -4062836 or 9175490. OLE color: 9175490.

HSL color Cylindrical-coordinate representation of color #C2018C: hue angle of 316.79º 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 #C2018C is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 140 -
CMYK 0 0.99 0.28 0.24
HSL 316.79º 0.99% 0.38% -
HSV(B) 316.79º 0.99% 0.76% -
XYZ 26.99 13.38 25.97 -
YUV 74.55 164.94 213.2 -
System Red Green Blue C M Y K H S L
Decimal 194 1 140 0 0.99 0.28 0.24 316.79 0.99 0.38
Hex C2 1 8C 0 63 1C 18 13D 63 26
Octal 302 1 214 0 143 34 30 475 143 46
Binary 11000010 1 10001100 0 1100011 11100 11000 100111101 1100011 100110

Color Harmonies of #C2018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2018C

Black with #C2018C

Text Example


Text Example

White with #C2018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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