Html Css Color HEX #C0377F Medium Red Violet

📋 copy color: '#C0377F'

red 192 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #C0377F

Tints of Medium Red Violet #C0377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.71%

 BLUE value IS 127 (50% from 255) = 33.96%

R = 51.34%
G = 14.71%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0377F (or 0xC0377F) is known color: Medium Red Violet. HEX triplet: C0, 37 and 7F. RGB value is (192,55,127). Sum of RGB (Red+Green+Blue) = 192+55+127=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0377F is #3FC880. Grayscale: #686868. Windows color (decimal): -4180097 or 8337344. OLE color: 8337344.

HSL color Cylindrical-coordinate representation of color #C0377F: hue angle of 328.47º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0377F is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 55 127 -
CMYK 0 0.71 0.34 0.25
HSL 328.47º 0.55% 0.48% -
HSV(B) 328.47º 0.71% 0.75% -
XYZ 26.94 15.47 21.65 -
YUV 104.17 140.89 190.65 -
System Red Green Blue C M Y K H S L
Decimal 192 55 127 0 0.71 0.34 0.25 328.47 0.55 0.48
Hex C0 37 7F 0 47 22 19 148 37 30
Octal 300 67 177 0 107 42 31 510 67 60
Binary 11000000 110111 1111111 0 1000111 100010 11001 101001000 110111 110000

Color Harmonies of #C0377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0377F

Black with #C0377F

Text Example


Text Example

White with #C0377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0377F; }

 p { color: rgb(192,55,127); }

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

background-color css

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

 a { background-color: rgb(192,55,127); }

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

border-color css

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

 span { border-color: rgb(192,55,127); }

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