Html Css Color HEX #C01D8B Medium Violet Red

📋 copy color: '#C01D8B'

red 192 ◦ green 29 ◦ blue 139

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

Shades of Medium Violet Red #C01D8B

Tints of Medium Violet Red #C01D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.61%

R = 53.33%
G = 8.06%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C01D8B (or 0xC01D8B) is known color: Medium Violet Red. HEX triplet: C0, 1D and 8B. RGB value is (192,29,139). Sum of RGB (Red+Green+Blue) = 192+29+139=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01D8B is #3FE274. Grayscale: #5A5A5A. Windows color (decimal): -4186741 or 9117120. OLE color: 9117120.

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

Color convert

RGB 192 29 139 -
CMYK 0 0.85 0.28 0.25
HSL 319.51º 0.74% 0.43% -
HSV(B) 319.51º 0.85% 0.75% -
XYZ 26.84 13.95 25.7 -
YUV 90.28 155.5 200.56 -
System Red Green Blue C M Y K H S L
Decimal 192 29 139 0 0.85 0.28 0.25 319.51 0.74 0.43
Hex C0 1D 8B 0 55 1C 19 140 4A 2B
Octal 300 35 213 0 125 34 31 500 112 53
Binary 11000000 11101 10001011 0 1010101 11100 11001 101000000 1001010 101011

Color Harmonies of #C01D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01D8B

Black with #C01D8B

Text Example


Text Example

White with #C01D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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