Html Css Color HEX #C2019B Medium Violet Red

📋 copy color: '#C2019B'

red 194 ◦ green 1 ◦ blue 155

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

Shades of Medium Violet Red #C2019B

Tints of Medium Violet Red #C2019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 55.43%
G = 0.29%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2019B (or 0xC2019B) is known color: Medium Violet Red. HEX triplet: C2, 01 and 9B. RGB value is (194,1,155). Sum of RGB (Red+Green+Blue) = 194+1+155=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C2019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2019B is #3DFE64. Grayscale: #4B4B4B. Windows color (decimal): -4062821 or 10158530. OLE color: 10158530.

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

Color convert

RGB 194 1 155 -
CMYK 0 0.99 0.20 0.24
HSL 312.12º 0.99% 0.38% -
HSV(B) 312.12º 0.99% 0.76% -
XYZ 28.18 13.86 32.2 -
YUV 76.26 172.44 211.98 -
System Red Green Blue C M Y K H S L
Decimal 194 1 155 0 0.99 0.20 0.24 312.12 0.99 0.38
Hex C2 1 9B 0 63 14 18 138 63 26
Octal 302 1 233 0 143 24 30 470 143 46
Binary 11000010 1 10011011 0 1100011 10100 11000 100111000 1100011 100110

Color Harmonies of #C2019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2019B

Black with #C2019B

Text Example


Text Example

White with #C2019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2019B; }

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

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

background-color css

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

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

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

border-color css

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

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

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