Html Css Color HEX #C03089 Medium Red Violet

📋 copy color: '#C03089'

red 192 ◦ green 48 ◦ blue 137

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

Shades of Medium Red Violet #C03089

Tints of Medium Red Violet #C03089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.34%

R = 50.93%
G = 12.73%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C03089 (or 0xC03089) is known color: Medium Red Violet. HEX triplet: C0, 30 and 89. RGB value is (192,48,137). Sum of RGB (Red+Green+Blue) = 192+48+137=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C03089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03089 is #3FCF76. Grayscale: #646464. Windows color (decimal): -4181879 or 8990912. OLE color: 8990912.

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

Color convert

RGB 192 48 137 -
CMYK 0 0.75 0.29 0.25
HSL 322.92º 0.6% 0.47% -
HSV(B) 322.92º 0.75% 0.75% -
XYZ 27.31 15.13 25.15 -
YUV 101.2 148.21 192.76 -
System Red Green Blue C M Y K H S L
Decimal 192 48 137 0 0.75 0.29 0.25 322.92 0.6 0.47
Hex C0 30 89 0 4B 1D 19 143 3C 2F
Octal 300 60 211 0 113 35 31 503 74 57
Binary 11000000 110000 10001001 0 1001011 11101 11001 101000011 111100 101111

Color Harmonies of #C03089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03089

Black with #C03089

Text Example


Text Example

White with #C03089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03089; }

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

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

background-color css

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

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

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

border-color css

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

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

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