Html Css Color HEX #C01886 Medium Violet Red

📋 copy color: '#C01886'

red 192 ◦ green 24 ◦ blue 134

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

Shades of Medium Violet Red #C01886

Tints of Medium Violet Red #C01886

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.86%

 BLUE value IS 134 (52.73% from 255) = 38.29%

R = 54.86%
G = 6.86%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C01886 (or 0xC01886) is known color: Medium Violet Red. HEX triplet: C0, 18 and 86. RGB value is (192,24,134). Sum of RGB (Red+Green+Blue) = 192+24+134=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C01886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01886 is #3FE779. Grayscale: #565656. Windows color (decimal): -4188026 or 8788160. OLE color: 8788160.

HSL color Cylindrical-coordinate representation of color #C01886: hue angle of 320.71º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01886 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 134 -
CMYK 0 0.88 0.30 0.25
HSL 320.71º 0.78% 0.42% -
HSV(B) 320.71º 0.88% 0.75% -
XYZ 26.37 13.58 23.79 -
YUV 86.77 154.66 203.06 -
System Red Green Blue C M Y K H S L
Decimal 192 24 134 0 0.88 0.30 0.25 320.71 0.78 0.42
Hex C0 18 86 0 58 1E 19 141 4E 2A
Octal 300 30 206 0 130 36 31 501 116 52
Binary 11000000 11000 10000110 0 1011000 11110 11001 101000001 1001110 101010

Color Harmonies of #C01886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01886

Black with #C01886

Text Example


Text Example

White with #C01886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01886; }

 p { color: rgb(192,24,134); }

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

background-color css

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

 a { background-color: rgb(192,24,134); }

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

border-color css

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

 span { border-color: rgb(192,24,134); }

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