Html Css Color HEX #C2029A Medium Violet Red

📋 copy color: '#C2029A'

red 194 ◦ green 2 ◦ blue 154

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

Shades of Medium Violet Red #C2029A

Tints of Medium Violet Red #C2029A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44%

R = 55.43%
G = 0.57%
B = 44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2029A (or 0xC2029A) is known color: Medium Violet Red. HEX triplet: C2, 02 and 9A. RGB value is (194,2,154). Sum of RGB (Red+Green+Blue) = 194+2+154=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C2029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2029A is #3DFD65. Grayscale: #4C4C4C. Windows color (decimal): -4062566 or 10093250. OLE color: 10093250.

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

Color convert

RGB 194 2 154 -
CMYK 0 0.99 0.21 0.24
HSL 312.5º 0.98% 0.38% -
HSV(B) 312.5º 0.99% 0.76% -
XYZ 28.1 13.85 31.76 -
YUV 76.74 171.61 211.64 -
System Red Green Blue C M Y K H S L
Decimal 194 2 154 0 0.99 0.21 0.24 312.5 0.98 0.38
Hex C2 2 9A 0 63 15 18 138 62 26
Octal 302 2 232 0 143 25 30 470 142 46
Binary 11000010 10 10011010 0 1100011 10101 11000 100111000 1100010 100110

Color Harmonies of #C2029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2029A

Black with #C2029A

Text Example


Text Example

White with #C2029A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2029A; }

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

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

background-color css

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

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

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

border-color css

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

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

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