Html Css Color HEX #C03188 Medium Red Violet

📋 copy color: '#C03188'

red 192 ◦ green 49 ◦ blue 136

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

Shades of Medium Red Violet #C03188

Tints of Medium Red Violet #C03188

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13%

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

R = 50.93%
G = 13%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C03188 (or 0xC03188) is known color: Medium Red Violet. HEX triplet: C0, 31 and 88. RGB value is (192,49,136). Sum of RGB (Red+Green+Blue) = 192+49+136=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C03188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03188 is #3FCE77. Grayscale: #656565. Windows color (decimal): -4181624 or 8925632. OLE color: 8925632.

HSL color Cylindrical-coordinate representation of color #C03188: hue angle of 323.5º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03188 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 136 -
CMYK 0 0.74 0.29 0.25
HSL 323.5º 0.59% 0.47% -
HSV(B) 323.5º 0.74% 0.75% -
XYZ 27.28 15.18 24.78 -
YUV 101.68 147.38 192.43 -
System Red Green Blue C M Y K H S L
Decimal 192 49 136 0 0.74 0.29 0.25 323.5 0.59 0.47
Hex C0 31 88 0 4A 1D 19 143 3B 2F
Octal 300 61 210 0 112 35 31 503 73 57
Binary 11000000 110001 10001000 0 1001010 11101 11001 101000011 111011 101111

Color Harmonies of #C03188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03188

Black with #C03188

Text Example


Text Example

White with #C03188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03188; }

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

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

background-color css

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

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

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

border-color css

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

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

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