Html Css Color HEX #C0278C Medium Red Violet

📋 copy color: '#C0278C'

red 192 ◦ green 39 ◦ blue 140

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

Shades of Medium Red Violet #C0278C

Tints of Medium Red Violet #C0278C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.74%

R = 51.75%
G = 10.51%
B = 37.74%

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

#C0278C (or 0xC0278C) is known color: Medium Red Violet. HEX triplet: C0, 27 and 8C. RGB value is (192,39,140). Sum of RGB (Red+Green+Blue) = 192+39+140=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0278C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0278C is #3FD873. Grayscale: #606060. Windows color (decimal): -4184180 or 9185216. OLE color: 9185216.

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

Color convert

RGB 192 39 140 -
CMYK 0 0.80 0.27 0.25
HSL 320.39º 0.66% 0.45% -
HSV(B) 320.39º 0.8% 0.75% -
XYZ 27.2 14.55 26.19 -
YUV 96.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 192 39 140 0 0.80 0.27 0.25 320.39 0.66 0.45
Hex C0 27 8C 0 50 1B 19 140 42 2D
Octal 300 47 214 0 120 33 31 500 102 55
Binary 11000000 100111 10001100 0 1010000 11011 11001 101000000 1000010 101101

Color Harmonies of #C0278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0278C

Black with #C0278C

Text Example


Text Example

White with #C0278C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0278C; }

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

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

background-color css

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

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

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

border-color css

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

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

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