Html Css Color HEX #C03388 Medium Red Violet

📋 copy color: '#C03388'

red 192 ◦ green 51 ◦ blue 136

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

Shades of Medium Red Violet #C03388

Tints of Medium Red Violet #C03388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.88%

R = 50.66%
G = 13.46%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C03388 (or 0xC03388) is known color: Medium Red Violet. HEX triplet: C0, 33 and 88. RGB value is (192,51,136). Sum of RGB (Red+Green+Blue) = 192+51+136=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C03388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03388 is #3FCC77. Grayscale: #666666. Windows color (decimal): -4181112 or 8926144. OLE color: 8926144.

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

Color convert

RGB 192 51 136 -
CMYK 0 0.73 0.29 0.25
HSL 323.83º 0.58% 0.48% -
HSV(B) 323.83º 0.73% 0.75% -
XYZ 27.37 15.35 24.81 -
YUV 102.85 146.71 191.59 -
System Red Green Blue C M Y K H S L
Decimal 192 51 136 0 0.73 0.29 0.25 323.83 0.58 0.48
Hex C0 33 88 0 49 1D 19 144 3A 30
Octal 300 63 210 0 111 35 31 504 72 60
Binary 11000000 110011 10001000 0 1001001 11101 11001 101000100 111010 110000

Color Harmonies of #C03388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03388

Black with #C03388

Text Example


Text Example

White with #C03388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03388; }

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

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

background-color css

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

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

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

border-color css

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

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

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