Html Css Color HEX #C00483 Medium Violet Red

📋 copy color: '#C00483'

red 192 ◦ green 4 ◦ blue 131

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

Shades of Medium Violet Red #C00483

Tints of Medium Violet Red #C00483

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

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

R = 58.72%
G = 1.22%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C00483 (or 0xC00483) is known color: Medium Violet Red. HEX triplet: C0, 04 and 83. RGB value is (192,4,131). Sum of RGB (Red+Green+Blue) = 192+4+131=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C00483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00483 is #3FFB7C. Grayscale: #4A4A4A. Windows color (decimal): -4193149 or 8586432. OLE color: 8586432.

HSL color Cylindrical-coordinate representation of color #C00483: hue angle of 319.47º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00483 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 4 131 -
CMYK 0 0.98 0.32 0.25
HSL 319.47º 0.96% 0.38% -
HSV(B) 319.47º 0.98% 0.75% -
XYZ 25.88 12.93 22.6 -
YUV 74.69 159.78 211.67 -
System Red Green Blue C M Y K H S L
Decimal 192 4 131 0 0.98 0.32 0.25 319.47 0.96 0.38
Hex C0 4 83 0 62 20 19 13F 60 26
Octal 300 4 203 0 142 40 31 477 140 46
Binary 11000000 100 10000011 0 1100010 100000 11001 100111111 1100000 100110

Color Harmonies of #C00483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00483

Black with #C00483

Text Example


Text Example

White with #C00483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00483; }

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

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

background-color css

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

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

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

border-color css

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

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

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