Html Css Color HEX #C0277D Medium Red Violet

📋 copy color: '#C0277D'

red 192 ◦ green 39 ◦ blue 125

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

Shades of Medium Red Violet #C0277D

Tints of Medium Red Violet #C0277D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.96%

 BLUE value IS 125 (49.22% from 255) = 35.11%

R = 53.93%
G = 10.96%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0277D (or 0xC0277D) is known color: Medium Red Violet. HEX triplet: C0, 27 and 7D. RGB value is (192,39,125). Sum of RGB (Red+Green+Blue) = 192+39+125=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0277D is #3FD882. Grayscale: #5E5E5E. Windows color (decimal): -4184195 or 8202176. OLE color: 8202176.

HSL color Cylindrical-coordinate representation of color #C0277D: hue angle of 326.27º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0277D is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 39 125 -
CMYK 0 0.80 0.35 0.25
HSL 326.27º 0.66% 0.45% -
HSV(B) 326.27º 0.8% 0.75% -
XYZ 26.17 14.14 20.75 -
YUV 94.55 145.19 197.51 -
System Red Green Blue C M Y K H S L
Decimal 192 39 125 0 0.80 0.35 0.25 326.27 0.66 0.45
Hex C0 27 7D 0 50 23 19 146 42 2D
Octal 300 47 175 0 120 43 31 506 102 55
Binary 11000000 100111 1111101 0 1010000 100011 11001 101000110 1000010 101101

Color Harmonies of #C0277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0277D

Black with #C0277D

Text Example


Text Example

White with #C0277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0277D; }

 p { color: rgb(192,39,125); }

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

background-color css

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

 a { background-color: rgb(192,39,125); }

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

border-color css

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

 span { border-color: rgb(192,39,125); }

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