Html Css Color HEX #C2029E Medium Violet Red

📋 copy color: '#C2029E'

red 194 ◦ green 2 ◦ blue 158

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

Shades of Medium Violet Red #C2029E

Tints of Medium Violet Red #C2029E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 158 (62.11% from 255) = 44.63%

R = 54.8%
G = 0.56%
B = 44.63%

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

#C2029E (or 0xC2029E) is known color: Medium Violet Red. HEX triplet: C2, 02 and 9E. RGB value is (194,2,158). Sum of RGB (Red+Green+Blue) = 194+2+158=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2029E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2029E is #3DFD61. Grayscale: #4C4C4C. Windows color (decimal): -4062562 or 10355394. OLE color: 10355394.

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

Color convert

RGB 194 2 158 -
CMYK 0 0.99 0.19 0.24
HSL 311.25º 0.98% 0.38% -
HSV(B) 311.25º 0.99% 0.76% -
XYZ 28.44 13.98 33.55 -
YUV 77.19 173.61 211.32 -
System Red Green Blue C M Y K H S L
Decimal 194 2 158 0 0.99 0.19 0.24 311.25 0.98 0.38
Hex C2 2 9E 0 63 13 18 137 62 26
Octal 302 2 236 0 143 23 30 467 142 46
Binary 11000010 10 10011110 0 1100011 10011 11000 100110111 1100010 100110

Color Harmonies of #C2029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2029E

Black with #C2029E

Text Example


Text Example

White with #C2029E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2029E; }

 p { color: rgb(194,2,158); }

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

background-color css

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

 a { background-color: rgb(194,2,158); }

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

border-color css

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

 span { border-color: rgb(194,2,158); }

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