Html Css Color HEX #C0279E Medium Red Violet

📋 copy color: '#C0279E'

red 192 ◦ green 39 ◦ blue 158

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

Shades of Medium Red Violet #C0279E

Tints of Medium Red Violet #C0279E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.62%

R = 49.36%
G = 10.03%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0279E (or 0xC0279E) is known color: Medium Red Violet. HEX triplet: C0, 27 and 9E. RGB value is (192,39,158). Sum of RGB (Red+Green+Blue) = 192+39+158=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0279E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0279E is #3FD861. Grayscale: #616161. Windows color (decimal): -4184162 or 10364864. OLE color: 10364864.

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

Color convert

RGB 192 39 158 -
CMYK 0 0.80 0.18 0.25
HSL 313.33º 0.66% 0.45% -
HSV(B) 313.33º 0.8% 0.75% -
XYZ 28.64 15.13 33.76 -
YUV 98.31 161.69 194.82 -
System Red Green Blue C M Y K H S L
Decimal 192 39 158 0 0.80 0.18 0.25 313.33 0.66 0.45
Hex C0 27 9E 0 50 12 19 139 42 2D
Octal 300 47 236 0 120 22 31 471 102 55
Binary 11000000 100111 10011110 0 1010000 10010 11001 100111001 1000010 101101

Color Harmonies of #C0279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0279E

Black with #C0279E

Text Example


Text Example

White with #C0279E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0279E; }

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

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

background-color css

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

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

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

border-color css

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

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

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