Html Css Color HEX #C03384 Medium Red Violet

📋 copy color: '#C03384'

red 192 ◦ green 51 ◦ blue 132

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

Shades of Medium Red Violet #C03384

Tints of Medium Red Violet #C03384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.2%

R = 51.2%
G = 13.6%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C03384 (or 0xC03384) is known color: Medium Red Violet. HEX triplet: C0, 33 and 84. RGB value is (192,51,132). Sum of RGB (Red+Green+Blue) = 192+51+132=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C03384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03384 is #3FCC7B. Grayscale: #666666. Windows color (decimal): -4181116 or 8664000. OLE color: 8664000.

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

Color convert

RGB 192 51 132 -
CMYK 0 0.73 0.31 0.25
HSL 325.53º 0.58% 0.48% -
HSV(B) 325.53º 0.73% 0.75% -
XYZ 27.09 15.24 23.34 -
YUV 102.39 144.71 191.91 -
System Red Green Blue C M Y K H S L
Decimal 192 51 132 0 0.73 0.31 0.25 325.53 0.58 0.48
Hex C0 33 84 0 49 1F 19 146 3A 30
Octal 300 63 204 0 111 37 31 506 72 60
Binary 11000000 110011 10000100 0 1001001 11111 11001 101000110 111010 110000

Color Harmonies of #C03384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03384

Black with #C03384

Text Example


Text Example

White with #C03384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03384; }

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

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

background-color css

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

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

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

border-color css

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

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

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