Html Css Color HEX #C01575 Medium Violet Red

📋 copy color: '#C01575'

red 192 ◦ green 21 ◦ blue 117

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

Shades of Medium Violet Red #C01575

Tints of Medium Violet Red #C01575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.36%

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

R = 58.18%
G = 6.36%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C01575 (or 0xC01575) is known color: Medium Violet Red. HEX triplet: C0, 15 and 75. RGB value is (192,21,117). Sum of RGB (Red+Green+Blue) = 192+21+117=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C01575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01575 is #3FEA8A. Grayscale: #525252. Windows color (decimal): -4188811 or 7673280. OLE color: 7673280.

HSL color Cylindrical-coordinate representation of color #C01575: hue angle of 326.32º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01575 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 21 117 -
CMYK 0 0.89 0.39 0.25
HSL 326.32º 0.8% 0.42% -
HSV(B) 326.32º 0.89% 0.75% -
XYZ 25.22 13.03 18.02 -
YUV 83.07 147.15 205.69 -
System Red Green Blue C M Y K H S L
Decimal 192 21 117 0 0.89 0.39 0.25 326.32 0.8 0.42
Hex C0 15 75 0 59 27 19 146 50 2A
Octal 300 25 165 0 131 47 31 506 120 52
Binary 11000000 10101 1110101 0 1011001 100111 11001 101000110 1010000 101010

Color Harmonies of #C01575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01575

Black with #C01575

Text Example


Text Example

White with #C01575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01575; }

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

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

background-color css

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

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

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

border-color css

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

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

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