Html Css Color HEX #C0127B Medium Violet Red

📋 copy color: '#C0127B'

red 192 ◦ green 18 ◦ blue 123

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

Shades of Medium Violet Red #C0127B

Tints of Medium Violet Red #C0127B

RGB

 RED value IS 192 (75.39% from 255) = 57.66%

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

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

R = 57.66%
G = 5.41%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0127B (or 0xC0127B) is known color: Medium Violet Red. HEX triplet: C0, 12 and 7B. RGB value is (192,18,123). Sum of RGB (Red+Green+Blue) = 192+18+123=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C0127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0127B is #3FED84. Grayscale: #515151. Windows color (decimal): -4189573 or 8065728. OLE color: 8065728.

HSL color Cylindrical-coordinate representation of color #C0127B: hue angle of 323.79º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0127B is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 123 -
CMYK 0 0.91 0.36 0.25
HSL 323.79º 0.83% 0.41% -
HSV(B) 323.79º 0.91% 0.75% -
XYZ 25.53 13.07 19.92 -
YUV 82 151.15 206.46 -
System Red Green Blue C M Y K H S L
Decimal 192 18 123 0 0.91 0.36 0.25 323.79 0.83 0.41
Hex C0 12 7B 0 5B 24 19 144 53 29
Octal 300 22 173 0 133 44 31 504 123 51
Binary 11000000 10010 1111011 0 1011011 100100 11001 101000100 1010011 101001

Color Harmonies of #C0127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0127B

Black with #C0127B

Text Example


Text Example

White with #C0127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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