Html Css Color HEX #C2028C Medium Violet Red

📋 copy color: '#C2028C'

red 194 ◦ green 2 ◦ blue 140

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

Shades of Medium Violet Red #C2028C

Tints of Medium Violet Red #C2028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.67%

R = 57.74%
G = 0.6%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2028C (or 0xC2028C) is known color: Medium Violet Red. HEX triplet: C2, 02 and 8C. RGB value is (194,2,140). Sum of RGB (Red+Green+Blue) = 194+2+140=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C2028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2028C is #3DFD73. Grayscale: #4A4A4A. Windows color (decimal): -4062580 or 9175746. OLE color: 9175746.

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

Color convert

RGB 194 2 140 -
CMYK 0 0.99 0.28 0.24
HSL 316.88º 0.98% 0.38% -
HSV(B) 316.88º 0.99% 0.76% -
XYZ 27 13.41 25.98 -
YUV 75.14 164.61 212.78 -
System Red Green Blue C M Y K H S L
Decimal 194 2 140 0 0.99 0.28 0.24 316.88 0.98 0.38
Hex C2 2 8C 0 63 1C 18 13D 62 26
Octal 302 2 214 0 143 34 30 475 142 46
Binary 11000010 10 10001100 0 1100011 11100 11000 100111101 1100010 100110

Color Harmonies of #C2028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2028C

Black with #C2028C

Text Example


Text Example

White with #C2028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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