Html Css Color HEX #C01C8E Medium Violet Red

📋 copy color: '#C01C8E'

red 192 ◦ green 28 ◦ blue 142

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

Shades of Medium Violet Red #C01C8E

Tints of Medium Violet Red #C01C8E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.73%

 BLUE value IS 142 (55.86% from 255) = 39.23%

R = 53.04%
G = 7.73%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C01C8E (or 0xC01C8E) is known color: Medium Violet Red. HEX triplet: C0, 1C and 8E. RGB value is (192,28,142). Sum of RGB (Red+Green+Blue) = 192+28+142=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01C8E is #3FE371. Grayscale: #595959. Windows color (decimal): -4186994 or 9313472. OLE color: 9313472.

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

Color convert

RGB 192 28 142 -
CMYK 0 0.85 0.26 0.25
HSL 318.29º 0.75% 0.43% -
HSV(B) 318.29º 0.85% 0.75% -
XYZ 27.04 13.99 26.87 -
YUV 90.03 157.33 200.73 -
System Red Green Blue C M Y K H S L
Decimal 192 28 142 0 0.85 0.26 0.25 318.29 0.75 0.43
Hex C0 1C 8E 0 55 1A 19 13E 4B 2B
Octal 300 34 216 0 125 32 31 476 113 53
Binary 11000000 11100 10001110 0 1010101 11010 11001 100111110 1001011 101011

Color Harmonies of #C01C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01C8E

Black with #C01C8E

Text Example


Text Example

White with #C01C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01C8E; }

 p { color: rgb(192,28,142); }

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

background-color css

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

 a { background-color: rgb(192,28,142); }

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

border-color css

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

 span { border-color: rgb(192,28,142); }

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