Html Css Color HEX #C01299 Medium Violet Red

📋 copy color: '#C01299'

red 192 ◦ green 18 ◦ blue 153

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

Shades of Medium Violet Red #C01299

Tints of Medium Violet Red #C01299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.96%

 BLUE value IS 153 (60.16% from 255) = 42.15%

R = 52.89%
G = 4.96%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C01299 (or 0xC01299) is known color: Medium Violet Red. HEX triplet: C0, 12 and 99. RGB value is (192,18,153). Sum of RGB (Red+Green+Blue) = 192+18+153=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C01299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01299 is #3FED66. Grayscale: #555555. Windows color (decimal): -4189543 or 10031808. OLE color: 10031808.

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

Color convert

RGB 192 18 153 -
CMYK 0 0.91 0.20 0.25
HSL 313.45º 0.83% 0.41% -
HSV(B) 313.45º 0.91% 0.75% -
XYZ 27.7 13.94 31.37 -
YUV 85.42 166.15 204.02 -
System Red Green Blue C M Y K H S L
Decimal 192 18 153 0 0.91 0.20 0.25 313.45 0.83 0.41
Hex C0 12 99 0 5B 14 19 139 53 29
Octal 300 22 231 0 133 24 31 471 123 51
Binary 11000000 10010 10011001 0 1011011 10100 11001 100111001 1010011 101001

Color Harmonies of #C01299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01299

Black with #C01299

Text Example


Text Example

White with #C01299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01299; }

 p { color: rgb(192,18,153); }

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

background-color css

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

 a { background-color: rgb(192,18,153); }

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

border-color css

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

 span { border-color: rgb(192,18,153); }

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