Html Css Color HEX #C0057B Medium Violet Red

📋 copy color: '#C0057B'

red 192 ◦ green 5 ◦ blue 123

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

Shades of Medium Violet Red #C0057B

Tints of Medium Violet Red #C0057B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.56%

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

R = 60%
G = 1.56%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0057B (or 0xC0057B) is known color: Medium Violet Red. HEX triplet: C0, 05 and 7B. RGB value is (192,5,123). Sum of RGB (Red+Green+Blue) = 192+5+123=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C0057B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0057B is #3FFA84. Grayscale: #4A4A4A. Windows color (decimal): -4192901 or 8062400. OLE color: 8062400.

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

Color convert

RGB 192 5 123 -
CMYK 0 0.97 0.36 0.25
HSL 322.14º 0.95% 0.39% -
HSV(B) 322.14º 0.97% 0.75% -
XYZ 25.37 12.75 19.86 -
YUV 74.37 155.45 211.91 -
System Red Green Blue C M Y K H S L
Decimal 192 5 123 0 0.97 0.36 0.25 322.14 0.95 0.39
Hex C0 5 7B 0 61 24 19 142 5F 27
Octal 300 5 173 0 141 44 31 502 137 47
Binary 11000000 101 1111011 0 1100001 100100 11001 101000010 1011111 100111

Color Harmonies of #C0057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0057B

Black with #C0057B

Text Example


Text Example

White with #C0057B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0057B; }

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

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

background-color css

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

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

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

border-color css

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

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

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