Html Css Color HEX #C2127B Medium Violet Red

📋 copy color: '#C2127B'

red 194 ◦ green 18 ◦ blue 123

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

Shades of Medium Violet Red #C2127B

Tints of Medium Violet Red #C2127B

RGB

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

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

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

R = 57.91%
G = 5.37%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2127B (or 0xC2127B) is known color: Medium Violet Red. HEX triplet: C2, 12 and 7B. RGB value is (194,18,123). Sum of RGB (Red+Green+Blue) = 194+18+123=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C2127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2127B is #3DED84. Grayscale: #525252. Windows color (decimal): -4058501 or 8065730. OLE color: 8065730.

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

Color convert

RGB 194 18 123 -
CMYK 0 0.91 0.37 0.24
HSL 324.2º 0.83% 0.42% -
HSV(B) 324.2º 0.91% 0.76% -
XYZ 26.04 13.33 19.94 -
YUV 82.59 150.81 207.46 -
System Red Green Blue C M Y K H S L
Decimal 194 18 123 0 0.91 0.37 0.24 324.2 0.83 0.42
Hex C2 12 7B 0 5B 25 18 144 53 2A
Octal 302 22 173 0 133 45 30 504 123 52
Binary 11000010 10010 1111011 0 1011011 100101 11000 101000100 1010011 101010

Color Harmonies of #C2127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2127B

Black with #C2127B

Text Example


Text Example

White with #C2127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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