Html Css Color HEX #C03383 Medium Red Violet

📋 copy color: '#C03383'

red 192 ◦ green 51 ◦ blue 131

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

Shades of Medium Red Violet #C03383

Tints of Medium Red Violet #C03383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.03%

R = 51.34%
G = 13.64%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C03383 (or 0xC03383) is known color: Medium Red Violet. HEX triplet: C0, 33 and 83. RGB value is (192,51,131). Sum of RGB (Red+Green+Blue) = 192+51+131=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C03383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03383 is #3FCC7C. Grayscale: #666666. Windows color (decimal): -4181117 or 8598464. OLE color: 8598464.

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

Color convert

RGB 192 51 131 -
CMYK 0 0.73 0.32 0.25
HSL 325.96º 0.58% 0.48% -
HSV(B) 325.96º 0.73% 0.75% -
XYZ 27.02 15.21 22.99 -
YUV 102.28 144.21 192 -
System Red Green Blue C M Y K H S L
Decimal 192 51 131 0 0.73 0.32 0.25 325.96 0.58 0.48
Hex C0 33 83 0 49 20 19 146 3A 30
Octal 300 63 203 0 111 40 31 506 72 60
Binary 11000000 110011 10000011 0 1001001 100000 11001 101000110 111010 110000

Color Harmonies of #C03383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03383

Black with #C03383

Text Example


Text Example

White with #C03383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03383; }

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

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

background-color css

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

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

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

border-color css

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

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

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