Html Css Color HEX #C03296 Medium Red Violet

📋 copy color: '#C03296'

red 192 ◦ green 50 ◦ blue 150

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

Shades of Medium Red Violet #C03296

Tints of Medium Red Violet #C03296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.27%

R = 48.98%
G = 12.76%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C03296 (or 0xC03296) is known color: Medium Red Violet. HEX triplet: C0, 32 and 96. RGB value is (192,50,150). Sum of RGB (Red+Green+Blue) = 192+50+150=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C03296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03296 is #3FCD69. Grayscale: #676767. Windows color (decimal): -4181354 or 9843392. OLE color: 9843392.

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

Color convert

RGB 192 50 150 -
CMYK 0 0.74 0.22 0.25
HSL 317.75º 0.59% 0.47% -
HSV(B) 317.75º 0.74% 0.75% -
XYZ 28.38 15.69 30.39 -
YUV 103.86 154.04 190.87 -
System Red Green Blue C M Y K H S L
Decimal 192 50 150 0 0.74 0.22 0.25 317.75 0.59 0.47
Hex C0 32 96 0 4A 16 19 13E 3B 2F
Octal 300 62 226 0 112 26 31 476 73 57
Binary 11000000 110010 10010110 0 1001010 10110 11001 100111110 111011 101111

Color Harmonies of #C03296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03296

Black with #C03296

Text Example


Text Example

White with #C03296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03296; }

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

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

background-color css

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

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

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

border-color css

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

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

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