Html Css Color HEX #C03386 Medium Red Violet

📋 copy color: '#C03386'

red 192 ◦ green 51 ◦ blue 134

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

Shades of Medium Red Violet #C03386

Tints of Medium Red Violet #C03386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.53%

 BLUE value IS 134 (52.73% from 255) = 35.54%

R = 50.93%
G = 13.53%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C03386 (or 0xC03386) is known color: Medium Red Violet. HEX triplet: C0, 33 and 86. RGB value is (192,51,134). Sum of RGB (Red+Green+Blue) = 192+51+134=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C03386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03386 is #3FCC79. Grayscale: #666666. Windows color (decimal): -4181114 or 8795072. OLE color: 8795072.

HSL color Cylindrical-coordinate representation of color #C03386: hue angle of 324.68º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03386 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 51 134 -
CMYK 0 0.73 0.30 0.25
HSL 324.68º 0.58% 0.48% -
HSV(B) 324.68º 0.73% 0.75% -
XYZ 27.23 15.3 24.07 -
YUV 102.62 145.71 191.75 -
System Red Green Blue C M Y K H S L
Decimal 192 51 134 0 0.73 0.30 0.25 324.68 0.58 0.48
Hex C0 33 86 0 49 1E 19 145 3A 30
Octal 300 63 206 0 111 36 31 505 72 60
Binary 11000000 110011 10000110 0 1001001 11110 11001 101000101 111010 110000

Color Harmonies of #C03386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03386

Black with #C03386

Text Example


Text Example

White with #C03386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03386; }

 p { color: rgb(192,51,134); }

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

background-color css

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

 a { background-color: rgb(192,51,134); }

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

border-color css

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

 span { border-color: rgb(192,51,134); }

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