Html Css Color HEX #C03483 Medium Red Violet

📋 copy color: '#C03483'

red 192 ◦ green 52 ◦ blue 131

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

Shades of Medium Red Violet #C03483

Tints of Medium Red Violet #C03483

RGB

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

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

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

R = 51.2%
G = 13.87%
B = 34.93%

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

#C03483 (or 0xC03483) is known color: Medium Red Violet. HEX triplet: C0, 34 and 83. RGB value is (192,52,131). Sum of RGB (Red+Green+Blue) = 192+52+131=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C03483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03483 is #3FCB7C. Grayscale: #666666. Windows color (decimal): -4180861 or 8598720. OLE color: 8598720.

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

Color convert

RGB 192 52 131 -
CMYK 0 0.73 0.32 0.25
HSL 326.14º 0.57% 0.48% -
HSV(B) 326.14º 0.73% 0.75% -
XYZ 27.06 15.3 23 -
YUV 102.87 143.88 191.58 -
System Red Green Blue C M Y K H S L
Decimal 192 52 131 0 0.73 0.32 0.25 326.14 0.57 0.48
Hex C0 34 83 0 49 20 19 146 39 30
Octal 300 64 203 0 111 40 31 506 71 60
Binary 11000000 110100 10000011 0 1001001 100000 11001 101000110 111001 110000

Color Harmonies of #C03483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03483

Black with #C03483

Text Example


Text Example

White with #C03483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03483; }

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

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

background-color css

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

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

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

border-color css

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

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

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