Html Css Color HEX #C2219D Medium Violet Red

📋 copy color: '#C2219D'

red 194 ◦ green 33 ◦ blue 157

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

Shades of Medium Violet Red #C2219D

Tints of Medium Violet Red #C2219D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.59%

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

R = 50.52%
G = 8.59%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2219D (or 0xC2219D) is known color: Medium Violet Red. HEX triplet: C2, 21 and 9D. RGB value is (194,33,157). Sum of RGB (Red+Green+Blue) = 194+33+157=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2219D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2219D is #3DDE62. Grayscale: #5E5E5E. Windows color (decimal): -4054627 or 10297794. OLE color: 10297794.

HSL color Cylindrical-coordinate representation of color #C2219D: hue angle of 313.79º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2219D is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 33 157 -
CMYK 0 0.83 0.19 0.24
HSL 313.79º 0.71% 0.45% -
HSV(B) 313.79º 0.83% 0.76% -
XYZ 28.88 14.99 33.27 -
YUV 95.28 162.84 198.42 -
System Red Green Blue C M Y K H S L
Decimal 194 33 157 0 0.83 0.19 0.24 313.79 0.71 0.45
Hex C2 21 9D 0 53 13 18 13A 47 2D
Octal 302 41 235 0 123 23 30 472 107 55
Binary 11000010 100001 10011101 0 1010011 10011 11000 100111010 1000111 101101

Color Harmonies of #C2219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2219D

Black with #C2219D

Text Example


Text Example

White with #C2219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2219D; }

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

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

background-color css

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

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

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

border-color css

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

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

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