Html Css Color HEX #C0309B Medium Red Violet

📋 copy color: '#C0309B'

red 192 ◦ green 48 ◦ blue 155

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

Shades of Medium Red Violet #C0309B

Tints of Medium Red Violet #C0309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.24%

R = 48.61%
G = 12.15%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0309B (or 0xC0309B) is known color: Medium Red Violet. HEX triplet: C0, 30 and 9B. RGB value is (192,48,155). Sum of RGB (Red+Green+Blue) = 192+48+155=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C0309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0309B is #3FCF64. Grayscale: #666666. Windows color (decimal): -4181861 or 10170560. OLE color: 10170560.

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

Color convert

RGB 192 48 155 -
CMYK 0 0.75 0.19 0.25
HSL 315.42º 0.6% 0.47% -
HSV(B) 315.42º 0.75% 0.75% -
XYZ 28.71 15.69 32.52 -
YUV 103.25 157.21 191.3 -
System Red Green Blue C M Y K H S L
Decimal 192 48 155 0 0.75 0.19 0.25 315.42 0.6 0.47
Hex C0 30 9B 0 4B 13 19 13B 3C 2F
Octal 300 60 233 0 113 23 31 473 74 57
Binary 11000000 110000 10011011 0 1001011 10011 11001 100111011 111100 101111

Color Harmonies of #C0309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0309B

Black with #C0309B

Text Example


Text Example

White with #C0309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0309B; }

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

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

background-color css

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

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

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

border-color css

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

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

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