Html Css Color HEX #C01084 Medium Violet Red

📋 copy color: '#C01084'

red 192 ◦ green 16 ◦ blue 132

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

Shades of Medium Violet Red #C01084

Tints of Medium Violet Red #C01084

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.71%

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

R = 56.47%
G = 4.71%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C01084 (or 0xC01084) is known color: Medium Violet Red. HEX triplet: C0, 10 and 84. RGB value is (192,16,132). Sum of RGB (Red+Green+Blue) = 192+16+132=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C01084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01084 is #3FEF7B. Grayscale: #515151. Windows color (decimal): -4190076 or 8655040. OLE color: 8655040.

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

Color convert

RGB 192 16 132 -
CMYK 0 0.92 0.31 0.25
HSL 320.45º 0.85% 0.41% -
HSV(B) 320.45º 0.92% 0.75% -
XYZ 26.09 13.24 23.01 -
YUV 81.85 156.31 206.57 -
System Red Green Blue C M Y K H S L
Decimal 192 16 132 0 0.92 0.31 0.25 320.45 0.85 0.41
Hex C0 10 84 0 5C 1F 19 140 55 29
Octal 300 20 204 0 134 37 31 500 125 51
Binary 11000000 10000 10000100 0 1011100 11111 11001 101000000 1010101 101001

Color Harmonies of #C01084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01084

Black with #C01084

Text Example


Text Example

White with #C01084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01084; }

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

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

background-color css

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

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

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

border-color css

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

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

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