Html Css Color HEX #C0279D Medium Red Violet

📋 copy color: '#C0279D'

red 192 ◦ green 39 ◦ blue 157

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

Shades of Medium Red Violet #C0279D

Tints of Medium Red Violet #C0279D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.46%

R = 49.48%
G = 10.05%
B = 40.46%

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

#C0279D (or 0xC0279D) is known color: Medium Red Violet. HEX triplet: C0, 27 and 9D. RGB value is (192,39,157). Sum of RGB (Red+Green+Blue) = 192+39+157=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0279D is #3FD862. Grayscale: #616161. Windows color (decimal): -4184163 or 10299328. OLE color: 10299328.

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

Color convert

RGB 192 39 157 -
CMYK 0 0.80 0.18 0.25
HSL 313.73º 0.66% 0.45% -
HSV(B) 313.73º 0.8% 0.75% -
XYZ 28.55 15.09 33.31 -
YUV 98.2 161.19 194.91 -
System Red Green Blue C M Y K H S L
Decimal 192 39 157 0 0.80 0.18 0.25 313.73 0.66 0.45
Hex C0 27 9D 0 50 12 19 13A 42 2D
Octal 300 47 235 0 120 22 31 472 102 55
Binary 11000000 100111 10011101 0 1010000 10010 11001 100111010 1000010 101101

Color Harmonies of #C0279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0279D

Black with #C0279D

Text Example


Text Example

White with #C0279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0279D; }

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

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

background-color css

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

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

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

border-color css

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

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

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