Html Css Color HEX #C2127E Medium Violet Red

📋 copy color: '#C2127E'

red 194 ◦ green 18 ◦ blue 126

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

Shades of Medium Violet Red #C2127E

Tints of Medium Violet Red #C2127E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.33%

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

R = 57.4%
G = 5.33%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2127E (or 0xC2127E) is known color: Medium Violet Red. HEX triplet: C2, 12 and 7E. RGB value is (194,18,126). Sum of RGB (Red+Green+Blue) = 194+18+126=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2127E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2127E is #3DED81. Grayscale: #525252. Windows color (decimal): -4058498 or 8262338. OLE color: 8262338.

HSL color Cylindrical-coordinate representation of color #C2127E: hue angle of 323.18º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2127E is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 18 126 -
CMYK 0 0.91 0.35 0.24
HSL 323.18º 0.83% 0.42% -
HSV(B) 323.18º 0.91% 0.76% -
XYZ 26.23 13.41 20.94 -
YUV 82.94 152.31 207.22 -
System Red Green Blue C M Y K H S L
Decimal 194 18 126 0 0.91 0.35 0.24 323.18 0.83 0.42
Hex C2 12 7E 0 5B 23 18 143 53 2A
Octal 302 22 176 0 133 43 30 503 123 52
Binary 11000010 10010 1111110 0 1011011 100011 11000 101000011 1010011 101010

Color Harmonies of #C2127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2127E

Black with #C2127E

Text Example


Text Example

White with #C2127E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2127E; }

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

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

background-color css

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

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

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

border-color css

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

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

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