Html Css Color HEX #C03288 Medium Red Violet

📋 copy color: '#C03288'

red 192 ◦ green 50 ◦ blue 136

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

Shades of Medium Red Violet #C03288

Tints of Medium Red Violet #C03288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.23%

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

R = 50.79%
G = 13.23%
B = 35.98%

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

#C03288 (or 0xC03288) is known color: Medium Red Violet. HEX triplet: C0, 32 and 88. RGB value is (192,50,136). Sum of RGB (Red+Green+Blue) = 192+50+136=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C03288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03288 is #3FCD77. Grayscale: #666666. Windows color (decimal): -4181368 or 8925888. OLE color: 8925888.

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

Color convert

RGB 192 50 136 -
CMYK 0 0.74 0.29 0.25
HSL 323.66º 0.59% 0.47% -
HSV(B) 323.66º 0.74% 0.75% -
XYZ 27.32 15.27 24.8 -
YUV 102.26 147.04 192.01 -
System Red Green Blue C M Y K H S L
Decimal 192 50 136 0 0.74 0.29 0.25 323.66 0.59 0.47
Hex C0 32 88 0 4A 1D 19 144 3B 2F
Octal 300 62 210 0 112 35 31 504 73 57
Binary 11000000 110010 10001000 0 1001010 11101 11001 101000100 111011 101111

Color Harmonies of #C03288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03288

Black with #C03288

Text Example


Text Example

White with #C03288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03288; }

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

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

background-color css

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

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

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

border-color css

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

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

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