Html Css Color HEX #C2147B Medium Violet Red

📋 copy color: '#C2147B'

red 194 ◦ green 20 ◦ blue 123

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

Shades of Medium Violet Red #C2147B

Tints of Medium Violet Red #C2147B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.5%

R = 57.57%
G = 5.93%
B = 36.5%

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

#C2147B (or 0xC2147B) is known color: Medium Violet Red. HEX triplet: C2, 14 and 7B. RGB value is (194,20,123). Sum of RGB (Red+Green+Blue) = 194+20+123=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2147B is #3DEB84. Grayscale: #535353. Windows color (decimal): -4057989 or 8066242. OLE color: 8066242.

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

Color convert

RGB 194 20 123 -
CMYK 0 0.90 0.37 0.24
HSL 324.48º 0.81% 0.42% -
HSV(B) 324.48º 0.9% 0.76% -
XYZ 26.07 13.4 19.95 -
YUV 83.77 150.15 206.62 -
System Red Green Blue C M Y K H S L
Decimal 194 20 123 0 0.90 0.37 0.24 324.48 0.81 0.42
Hex C2 14 7B 0 5A 25 18 144 51 2A
Octal 302 24 173 0 132 45 30 504 121 52
Binary 11000010 10100 1111011 0 1011010 100101 11000 101000100 1010001 101010

Color Harmonies of #C2147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2147B

Black with #C2147B

Text Example


Text Example

White with #C2147B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2147B; }

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

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

background-color css

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

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

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

border-color css

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

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

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