Html Css Color HEX #C01E75 Medium Violet Red

📋 copy color: '#C01E75'

red 192 ◦ green 30 ◦ blue 117

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

Shades of Medium Violet Red #C01E75

Tints of Medium Violet Red #C01E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.51%

R = 56.64%
G = 8.85%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C01E75 (or 0xC01E75) is known color: Medium Violet Red. HEX triplet: C0, 1E and 75. RGB value is (192,30,117). Sum of RGB (Red+Green+Blue) = 192+30+117=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01E75 is #3FE18A. Grayscale: #585858. Windows color (decimal): -4186507 or 7675584. OLE color: 7675584.

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

Color convert

RGB 192 30 117 -
CMYK 0 0.84 0.39 0.25
HSL 327.78º 0.73% 0.44% -
HSV(B) 327.78º 0.84% 0.75% -
XYZ 25.41 13.42 18.08 -
YUV 88.36 144.17 201.93 -
System Red Green Blue C M Y K H S L
Decimal 192 30 117 0 0.84 0.39 0.25 327.78 0.73 0.44
Hex C0 1E 75 0 54 27 19 148 49 2C
Octal 300 36 165 0 124 47 31 510 111 54
Binary 11000000 11110 1110101 0 1010100 100111 11001 101001000 1001001 101100

Color Harmonies of #C01E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E75

Black with #C01E75

Text Example


Text Example

White with #C01E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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