Html Css Color HEX #C2029B Medium Violet Red

📋 copy color: '#C2029B'

red 194 ◦ green 2 ◦ blue 155

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

Shades of Medium Violet Red #C2029B

Tints of Medium Violet Red #C2029B

RGB

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

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

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

R = 55.27%
G = 0.57%
B = 44.16%

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

#C2029B (or 0xC2029B) is known color: Medium Violet Red. HEX triplet: C2, 02 and 9B. RGB value is (194,2,155). Sum of RGB (Red+Green+Blue) = 194+2+155=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C2029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2029B is #3DFD64. Grayscale: #4C4C4C. Windows color (decimal): -4062565 or 10158786. OLE color: 10158786.

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

Color convert

RGB 194 2 155 -
CMYK 0 0.99 0.20 0.24
HSL 312.19º 0.98% 0.38% -
HSV(B) 312.19º 0.99% 0.76% -
XYZ 28.19 13.88 32.2 -
YUV 76.85 172.11 211.56 -
System Red Green Blue C M Y K H S L
Decimal 194 2 155 0 0.99 0.20 0.24 312.19 0.98 0.38
Hex C2 2 9B 0 63 14 18 138 62 26
Octal 302 2 233 0 143 24 30 470 142 46
Binary 11000010 10 10011011 0 1100011 10100 11000 100111000 1100010 100110

Color Harmonies of #C2029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2029B

Black with #C2029B

Text Example


Text Example

White with #C2029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2029B; }

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

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

background-color css

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

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

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

border-color css

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

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

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