Html Css Color HEX #C0276D Medium Red Violet

📋 copy color: '#C0276D'

red 192 ◦ green 39 ◦ blue 109

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

Shades of Medium Red Violet #C0276D

Tints of Medium Red Violet #C0276D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.06%

R = 56.47%
G = 11.47%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0276D (or 0xC0276D) is known color: Medium Red Violet. HEX triplet: C0, 27 and 6D. RGB value is (192,39,109). Sum of RGB (Red+Green+Blue) = 192+39+109=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C0276D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0276D is #3FD892. Grayscale: #5C5C5C. Windows color (decimal): -4184211 or 7153600. OLE color: 7153600.

HSL color Cylindrical-coordinate representation of color #C0276D: hue angle of 332.55º 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 #C0276D is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 39 109 -
CMYK 0 0.80 0.43 0.25
HSL 332.55º 0.66% 0.45% -
HSV(B) 332.55º 0.8% 0.75% -
XYZ 25.22 13.76 15.79 -
YUV 92.73 137.19 198.81 -
System Red Green Blue C M Y K H S L
Decimal 192 39 109 0 0.80 0.43 0.25 332.55 0.66 0.45
Hex C0 27 6D 0 50 2B 19 14D 42 2D
Octal 300 47 155 0 120 53 31 515 102 55
Binary 11000000 100111 1101101 0 1010000 101011 11001 101001101 1000010 101101

Color Harmonies of #C0276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0276D

Black with #C0276D

Text Example


Text Example

White with #C0276D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0276D; }

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

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

background-color css

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

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

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

border-color css

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

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

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