Html Css Color HEX #C01975 Medium Violet Red

📋 copy color: '#C01975'

red 192 ◦ green 25 ◦ blue 117

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

Shades of Medium Violet Red #C01975

Tints of Medium Violet Red #C01975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.49%

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

R = 57.49%
G = 7.49%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C01975 (or 0xC01975) is known color: Medium Violet Red. HEX triplet: C0, 19 and 75. RGB value is (192,25,117). Sum of RGB (Red+Green+Blue) = 192+25+117=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C01975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01975 is #3FE68A. Grayscale: #555555. Windows color (decimal): -4187787 or 7674304. OLE color: 7674304.

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

Color convert

RGB 192 25 117 -
CMYK 0 0.87 0.39 0.25
HSL 326.95º 0.77% 0.43% -
HSV(B) 326.95º 0.87% 0.75% -
XYZ 25.3 13.19 18.04 -
YUV 85.42 145.83 204.02 -
System Red Green Blue C M Y K H S L
Decimal 192 25 117 0 0.87 0.39 0.25 326.95 0.77 0.43
Hex C0 19 75 0 57 27 19 147 4D 2B
Octal 300 31 165 0 127 47 31 507 115 53
Binary 11000000 11001 1110101 0 1010111 100111 11001 101000111 1001101 101011

Color Harmonies of #C01975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01975

Black with #C01975

Text Example


Text Example

White with #C01975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01975; }

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

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

background-color css

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

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

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

border-color css

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

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

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