Html Css Color HEX #C01D8C Medium Violet Red

📋 copy color: '#C01D8C'

red 192 ◦ green 29 ◦ blue 140

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

Shades of Medium Violet Red #C01D8C

Tints of Medium Violet Red #C01D8C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.03%

 BLUE value IS 140 (55.08% from 255) = 38.78%

R = 53.19%
G = 8.03%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C01D8C (or 0xC01D8C) is known color: Medium Violet Red. HEX triplet: C0, 1D and 8C. RGB value is (192,29,140). Sum of RGB (Red+Green+Blue) = 192+29+140=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01D8C is #3FE273. Grayscale: #5A5A5A. Windows color (decimal): -4186740 or 9182656. OLE color: 9182656.

HSL color Cylindrical-coordinate representation of color #C01D8C: hue angle of 319.14º degrees, saturation: 0.74, 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 #C01D8C is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 29 140 -
CMYK 0 0.85 0.27 0.25
HSL 319.14º 0.74% 0.43% -
HSV(B) 319.14º 0.85% 0.75% -
XYZ 26.91 13.98 26.09 -
YUV 90.39 156 200.47 -
System Red Green Blue C M Y K H S L
Decimal 192 29 140 0 0.85 0.27 0.25 319.14 0.74 0.43
Hex C0 1D 8C 0 55 1B 19 13F 4A 2B
Octal 300 35 214 0 125 33 31 477 112 53
Binary 11000000 11101 10001100 0 1010101 11011 11001 100111111 1001010 101011

Color Harmonies of #C01D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01D8C

Black with #C01D8C

Text Example


Text Example

White with #C01D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01D8C; }

 p { color: rgb(192,29,140); }

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

background-color css

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

 a { background-color: rgb(192,29,140); }

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

border-color css

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

 span { border-color: rgb(192,29,140); }

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