Html Css Color HEX #C01384 Medium Violet Red

📋 copy color: '#C01384'

red 192 ◦ green 19 ◦ blue 132

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

Shades of Medium Violet Red #C01384

Tints of Medium Violet Red #C01384

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.54%

 BLUE value IS 132 (51.95% from 255) = 38.48%

R = 55.98%
G = 5.54%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C01384 (or 0xC01384) is known color: Medium Violet Red. HEX triplet: C0, 13 and 84. RGB value is (192,19,132). Sum of RGB (Red+Green+Blue) = 192+19+132=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C01384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01384 is #3FEC7B. Grayscale: #535353. Windows color (decimal): -4189308 or 8655808. OLE color: 8655808.

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

Color convert

RGB 192 19 132 -
CMYK 0 0.90 0.31 0.25
HSL 320.81º 0.82% 0.41% -
HSV(B) 320.81º 0.9% 0.75% -
XYZ 26.14 13.34 23.03 -
YUV 83.61 155.31 205.31 -
System Red Green Blue C M Y K H S L
Decimal 192 19 132 0 0.90 0.31 0.25 320.81 0.82 0.41
Hex C0 13 84 0 5A 1F 19 141 52 29
Octal 300 23 204 0 132 37 31 501 122 51
Binary 11000000 10011 10000100 0 1011010 11111 11001 101000001 1010010 101001

Color Harmonies of #C01384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01384

Black with #C01384

Text Example


Text Example

White with #C01384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01384; }

 p { color: rgb(192,19,132); }

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

background-color css

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

 a { background-color: rgb(192,19,132); }

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

border-color css

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

 span { border-color: rgb(192,19,132); }

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