Html Css Color HEX #C2147A Medium Violet Red

📋 copy color: '#C2147A'

red 194 ◦ green 20 ◦ blue 122

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

Shades of Medium Violet Red #C2147A

Tints of Medium Violet Red #C2147A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.31%

R = 57.74%
G = 5.95%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2147A (or 0xC2147A) is known color: Medium Violet Red. HEX triplet: C2, 14 and 7A. RGB value is (194,20,122). Sum of RGB (Red+Green+Blue) = 194+20+122=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C2147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2147A is #3DEB85. Grayscale: #535353. Windows color (decimal): -4057990 or 8000706. OLE color: 8000706.

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

Color convert

RGB 194 20 122 -
CMYK 0 0.90 0.37 0.24
HSL 324.83º 0.81% 0.42% -
HSV(B) 324.83º 0.9% 0.76% -
XYZ 26.01 13.37 19.62 -
YUV 83.65 149.65 206.71 -
System Red Green Blue C M Y K H S L
Decimal 194 20 122 0 0.90 0.37 0.24 324.83 0.81 0.42
Hex C2 14 7A 0 5A 25 18 145 51 2A
Octal 302 24 172 0 132 45 30 505 121 52
Binary 11000010 10100 1111010 0 1011010 100101 11000 101000101 1010001 101010

Color Harmonies of #C2147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2147A

Black with #C2147A

Text Example


Text Example

White with #C2147A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2147A; }

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

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

background-color css

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

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

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

border-color css

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

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

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