Html Css Color HEX #C2147E Medium Violet Red

📋 copy color: '#C2147E'

red 194 ◦ green 20 ◦ blue 126

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

Shades of Medium Violet Red #C2147E

Tints of Medium Violet Red #C2147E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.88%

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

R = 57.06%
G = 5.88%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2147E (or 0xC2147E) is known color: Medium Violet Red. HEX triplet: C2, 14 and 7E. RGB value is (194,20,126). Sum of RGB (Red+Green+Blue) = 194+20+126=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C2147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2147E is #3DEB81. Grayscale: #535353. Windows color (decimal): -4057986 or 8262850. OLE color: 8262850.

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

Color convert

RGB 194 20 126 -
CMYK 0 0.90 0.35 0.24
HSL 323.45º 0.81% 0.42% -
HSV(B) 323.45º 0.9% 0.76% -
XYZ 26.26 13.48 20.96 -
YUV 84.11 151.65 206.38 -
System Red Green Blue C M Y K H S L
Decimal 194 20 126 0 0.90 0.35 0.24 323.45 0.81 0.42
Hex C2 14 7E 0 5A 23 18 143 51 2A
Octal 302 24 176 0 132 43 30 503 121 52
Binary 11000010 10100 1111110 0 1011010 100011 11000 101000011 1010001 101010

Color Harmonies of #C2147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2147E

Black with #C2147E

Text Example


Text Example

White with #C2147E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2147E; }

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

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

background-color css

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

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

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

border-color css

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

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

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