Html Css Color HEX #C01E6D Medium Violet Red

📋 copy color: '#C01E6D'

red 192 ◦ green 30 ◦ blue 109

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

Shades of Medium Violet Red #C01E6D

Tints of Medium Violet Red #C01E6D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.06%

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 58.01%
G = 9.06%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C01E6D (or 0xC01E6D) is known color: Medium Violet Red. HEX triplet: C0, 1E and 6D. RGB value is (192,30,109). Sum of RGB (Red+Green+Blue) = 192+30+109=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01E6D is #3FE192. Grayscale: #575757. Windows color (decimal): -4186515 or 7151296. OLE color: 7151296.

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

Color convert

RGB 192 30 109 -
CMYK 0 0.84 0.43 0.25
HSL 330.74º 0.73% 0.44% -
HSV(B) 330.74º 0.84% 0.75% -
XYZ 24.96 13.24 15.71 -
YUV 87.44 140.17 202.58 -
System Red Green Blue C M Y K H S L
Decimal 192 30 109 0 0.84 0.43 0.25 330.74 0.73 0.44
Hex C0 1E 6D 0 54 2B 19 14B 49 2C
Octal 300 36 155 0 124 53 31 513 111 54
Binary 11000000 11110 1101101 0 1010100 101011 11001 101001011 1001001 101100

Color Harmonies of #C01E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E6D

Black with #C01E6D

Text Example


Text Example

White with #C01E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E6D; }

 p { color: rgb(192,30,109); }

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

background-color css

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

 a { background-color: rgb(192,30,109); }

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

border-color css

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

 span { border-color: rgb(192,30,109); }

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