Html Css Color HEX #C01291 Medium Violet Red

📋 copy color: '#C01291'

red 192 ◦ green 18 ◦ blue 145

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

Shades of Medium Violet Red #C01291

Tints of Medium Violet Red #C01291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.85%

R = 54.08%
G = 5.07%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C01291 (or 0xC01291) is known color: Medium Violet Red. HEX triplet: C0, 12 and 91. RGB value is (192,18,145). Sum of RGB (Red+Green+Blue) = 192+18+145=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C01291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01291 is #3FED6E. Grayscale: #545454. Windows color (decimal): -4189551 or 9507520. OLE color: 9507520.

HSL color Cylindrical-coordinate representation of color #C01291: hue angle of 316.21º 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 #C01291 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 145 -
CMYK 0 0.91 0.24 0.25
HSL 316.21º 0.83% 0.41% -
HSV(B) 316.21º 0.91% 0.75% -
XYZ 27.07 13.68 28 -
YUV 84.5 162.15 204.67 -
System Red Green Blue C M Y K H S L
Decimal 192 18 145 0 0.91 0.24 0.25 316.21 0.83 0.41
Hex C0 12 91 0 5B 18 19 13C 53 29
Octal 300 22 221 0 133 30 31 474 123 51
Binary 11000000 10010 10010001 0 1011011 11000 11001 100111100 1010011 101001

Color Harmonies of #C01291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01291

Black with #C01291

Text Example


Text Example

White with #C01291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01291; }

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

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

background-color css

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

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

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

border-color css

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

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

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