Html Css Color HEX #C2126C Medium Violet Red

📋 copy color: '#C2126C'

red 194 ◦ green 18 ◦ blue 108

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

Shades of Medium Violet Red #C2126C

Tints of Medium Violet Red #C2126C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.75%

R = 60.63%
G = 5.63%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2126C (or 0xC2126C) is known color: Medium Violet Red. HEX triplet: C2, 12 and 6C. RGB value is (194,18,108). Sum of RGB (Red+Green+Blue) = 194+18+108=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C2126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2126C is #3DED93. Grayscale: #505050. Windows color (decimal): -4058516 or 7082690. OLE color: 7082690.

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

Color convert

RGB 194 18 108 -
CMYK 0 0.91 0.44 0.24
HSL 329.32º 0.83% 0.42% -
HSV(B) 329.32º 0.91% 0.76% -
XYZ 25.17 12.98 15.37 -
YUV 80.88 143.31 208.68 -
System Red Green Blue C M Y K H S L
Decimal 194 18 108 0 0.91 0.44 0.24 329.32 0.83 0.42
Hex C2 12 6C 0 5B 2C 18 149 53 2A
Octal 302 22 154 0 133 54 30 511 123 52
Binary 11000010 10010 1101100 0 1011011 101100 11000 101001001 1010011 101010

Color Harmonies of #C2126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2126C

Black with #C2126C

Text Example


Text Example

White with #C2126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2126C; }

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

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

background-color css

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

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

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

border-color css

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

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

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