Html Css Color HEX #C01483 Medium Violet Red

📋 copy color: '#C01483'

red 192 ◦ green 20 ◦ blue 131

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

Shades of Medium Violet Red #C01483

Tints of Medium Violet Red #C01483

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.83%

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

R = 55.98%
G = 5.83%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C01483 (or 0xC01483) is known color: Medium Violet Red. HEX triplet: C0, 14 and 83. RGB value is (192,20,131). Sum of RGB (Red+Green+Blue) = 192+20+131=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C01483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01483 is #3FEB7C. Grayscale: #535353. Windows color (decimal): -4189053 or 8590528. OLE color: 8590528.

HSL color Cylindrical-coordinate representation of color #C01483: hue angle of 321.28º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01483 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 20 131 -
CMYK 0 0.90 0.32 0.25
HSL 321.28º 0.81% 0.42% -
HSV(B) 321.28º 0.9% 0.75% -
XYZ 26.09 13.35 22.67 -
YUV 84.08 154.48 204.97 -
System Red Green Blue C M Y K H S L
Decimal 192 20 131 0 0.90 0.32 0.25 321.28 0.81 0.42
Hex C0 14 83 0 5A 20 19 141 51 2A
Octal 300 24 203 0 132 40 31 501 121 52
Binary 11000000 10100 10000011 0 1011010 100000 11001 101000001 1010001 101010

Color Harmonies of #C01483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01483

Black with #C01483

Text Example


Text Example

White with #C01483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01483; }

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

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

background-color css

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

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

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

border-color css

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

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

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