Html Css Color HEX #C2019D Medium Violet Red

📋 copy color: '#C2019D'

red 194 ◦ green 1 ◦ blue 157

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

Shades of Medium Violet Red #C2019D

Tints of Medium Violet Red #C2019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.6%

R = 55.11%
G = 0.28%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2019D (or 0xC2019D) is known color: Medium Violet Red. HEX triplet: C2, 01 and 9D. RGB value is (194,1,157). Sum of RGB (Red+Green+Blue) = 194+1+157=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C2019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2019D is #3DFE62. Grayscale: #4C4C4C. Windows color (decimal): -4062819 or 10289602. OLE color: 10289602.

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

Color convert

RGB 194 1 157 -
CMYK 0 0.99 0.19 0.24
HSL 311.5º 0.99% 0.38% -
HSV(B) 311.5º 0.99% 0.76% -
XYZ 28.34 13.93 33.09 -
YUV 76.49 173.44 211.82 -
System Red Green Blue C M Y K H S L
Decimal 194 1 157 0 0.99 0.19 0.24 311.5 0.99 0.38
Hex C2 1 9D 0 63 13 18 138 63 26
Octal 302 1 235 0 143 23 30 470 143 46
Binary 11000010 1 10011101 0 1100011 10011 11000 100111000 1100011 100110

Color Harmonies of #C2019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2019D

Black with #C2019D

Text Example


Text Example

White with #C2019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2019D; }

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

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

background-color css

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

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

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

border-color css

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

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

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