Html Css Color HEX #C2126F Medium Violet Red

📋 copy color: '#C2126F'

red 194 ◦ green 18 ◦ blue 111

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

Shades of Medium Violet Red #C2126F

Tints of Medium Violet Red #C2126F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.37%

R = 60.06%
G = 5.57%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2126F (or 0xC2126F) is known color: Medium Violet Red. HEX triplet: C2, 12 and 6F. RGB value is (194,18,111). Sum of RGB (Red+Green+Blue) = 194+18+111=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C2126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2126F is #3DED90. Grayscale: #515151. Windows color (decimal): -4058513 or 7279298. OLE color: 7279298.

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

Color convert

RGB 194 18 111 -
CMYK 0 0.91 0.43 0.24
HSL 328.3º 0.83% 0.42% -
HSV(B) 328.3º 0.91% 0.76% -
XYZ 25.33 13.05 16.22 -
YUV 81.23 144.81 208.44 -
System Red Green Blue C M Y K H S L
Decimal 194 18 111 0 0.91 0.43 0.24 328.3 0.83 0.42
Hex C2 12 6F 0 5B 2B 18 148 53 2A
Octal 302 22 157 0 133 53 30 510 123 52
Binary 11000010 10010 1101111 0 1011011 101011 11000 101001000 1010011 101010

Color Harmonies of #C2126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2126F

Black with #C2126F

Text Example


Text Example

White with #C2126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2126F; }

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

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

background-color css

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

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

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

border-color css

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

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

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