Html Css Color HEX #C0278D Medium Red Violet

📋 copy color: '#C0278D'

red 192 ◦ green 39 ◦ blue 141

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

Shades of Medium Red Violet #C0278D

Tints of Medium Red Violet #C0278D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.9%

R = 51.61%
G = 10.48%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0278D (or 0xC0278D) is known color: Medium Red Violet. HEX triplet: C0, 27 and 8D. RGB value is (192,39,141). Sum of RGB (Red+Green+Blue) = 192+39+141=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0278D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0278D is #3FD872. Grayscale: #606060. Windows color (decimal): -4184179 or 9250752. OLE color: 9250752.

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

Color convert

RGB 192 39 141 -
CMYK 0 0.80 0.27 0.25
HSL 320º 0.66% 0.45% -
HSV(B) 320º 0.8% 0.75% -
XYZ 27.27 14.58 26.58 -
YUV 96.38 153.19 196.21 -
System Red Green Blue C M Y K H S L
Decimal 192 39 141 0 0.80 0.27 0.25 320 0.66 0.45
Hex C0 27 8D 0 50 1B 19 140 42 2D
Octal 300 47 215 0 120 33 31 500 102 55
Binary 11000000 100111 10001101 0 1010000 11011 11001 101000000 1000010 101101

Color Harmonies of #C0278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0278D

Black with #C0278D

Text Example


Text Example

White with #C0278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0278D; }

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

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

background-color css

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

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

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

border-color css

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

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

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