Html Css Color HEX #C0309E Medium Red Violet

📋 copy color: '#C0309E'

red 192 ◦ green 48 ◦ blue 158

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

Shades of Medium Red Violet #C0309E

Tints of Medium Red Violet #C0309E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.06%

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

R = 48.24%
G = 12.06%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0309E (or 0xC0309E) is known color: Medium Red Violet. HEX triplet: C0, 30 and 9E. RGB value is (192,48,158). Sum of RGB (Red+Green+Blue) = 192+48+158=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0309E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0309E is #3FCF61. Grayscale: #676767. Windows color (decimal): -4181858 or 10367168. OLE color: 10367168.

HSL color Cylindrical-coordinate representation of color #C0309E: hue angle of 314.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0309E is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 48 158 -
CMYK 0 0.75 0.18 0.25
HSL 314.17º 0.6% 0.47% -
HSV(B) 314.17º 0.75% 0.75% -
XYZ 28.97 15.79 33.87 -
YUV 103.6 158.71 191.06 -
System Red Green Blue C M Y K H S L
Decimal 192 48 158 0 0.75 0.18 0.25 314.17 0.6 0.47
Hex C0 30 9E 0 4B 12 19 13A 3C 2F
Octal 300 60 236 0 113 22 31 472 74 57
Binary 11000000 110000 10011110 0 1001011 10010 11001 100111010 111100 101111

Color Harmonies of #C0309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0309E

Black with #C0309E

Text Example


Text Example

White with #C0309E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0309E; }

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

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

background-color css

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

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

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

border-color css

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

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

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