Html Css Color HEX #C03488 Medium Red Violet

📋 copy color: '#C03488'

red 192 ◦ green 52 ◦ blue 136

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

Shades of Medium Red Violet #C03488

Tints of Medium Red Violet #C03488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.68%

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

R = 50.53%
G = 13.68%
B = 35.79%

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

#C03488 (or 0xC03488) is known color: Medium Red Violet. HEX triplet: C0, 34 and 88. RGB value is (192,52,136). Sum of RGB (Red+Green+Blue) = 192+52+136=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C03488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03488 is #3FCB77. Grayscale: #676767. Windows color (decimal): -4180856 or 8926400. OLE color: 8926400.

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

Color convert

RGB 192 52 136 -
CMYK 0 0.73 0.29 0.25
HSL 324º 0.57% 0.48% -
HSV(B) 324º 0.73% 0.75% -
XYZ 27.41 15.44 24.83 -
YUV 103.44 146.38 191.17 -
System Red Green Blue C M Y K H S L
Decimal 192 52 136 0 0.73 0.29 0.25 324 0.57 0.48
Hex C0 34 88 0 49 1D 19 144 39 30
Octal 300 64 210 0 111 35 31 504 71 60
Binary 11000000 110100 10001000 0 1001001 11101 11001 101000100 111001 110000

Color Harmonies of #C03488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03488

Black with #C03488

Text Example


Text Example

White with #C03488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03488; }

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

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

background-color css

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

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

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

border-color css

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

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

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