Html Css Color HEX #C2027E Medium Violet Red

📋 copy color: '#C2027E'

red 194 ◦ green 2 ◦ blue 126

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

Shades of Medium Violet Red #C2027E

Tints of Medium Violet Red #C2027E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.13%

R = 60.25%
G = 0.62%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2027E (or 0xC2027E) is known color: Medium Violet Red. HEX triplet: C2, 02 and 7E. RGB value is (194,2,126). Sum of RGB (Red+Green+Blue) = 194+2+126=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C2027E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2027E is #3DFD81. Grayscale: #494949. Windows color (decimal): -4062594 or 8258242. OLE color: 8258242.

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

Color convert

RGB 194 2 126 -
CMYK 0 0.99 0.35 0.24
HSL 321.25º 0.98% 0.38% -
HSV(B) 321.25º 0.99% 0.76% -
XYZ 26.04 13.02 20.88 -
YUV 73.54 157.61 213.92 -
System Red Green Blue C M Y K H S L
Decimal 194 2 126 0 0.99 0.35 0.24 321.25 0.98 0.38
Hex C2 2 7E 0 63 23 18 141 62 26
Octal 302 2 176 0 143 43 30 501 142 46
Binary 11000010 10 1111110 0 1100011 100011 11000 101000001 1100010 100110

Color Harmonies of #C2027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2027E

Black with #C2027E

Text Example


Text Example

White with #C2027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2027E; }

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

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

background-color css

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

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

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

border-color css

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

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

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