Html Css Color HEX #C01475 Medium Violet Red

📋 copy color: '#C01475'

red 192 ◦ green 20 ◦ blue 117

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

Shades of Medium Violet Red #C01475

Tints of Medium Violet Red #C01475

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.08%

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

R = 58.36%
G = 6.08%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C01475 (or 0xC01475) is known color: Medium Violet Red. HEX triplet: C0, 14 and 75. RGB value is (192,20,117). Sum of RGB (Red+Green+Blue) = 192+20+117=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C01475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01475 is #3FEB8A. Grayscale: #525252. Windows color (decimal): -4189067 or 7673024. OLE color: 7673024.

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

Color convert

RGB 192 20 117 -
CMYK 0 0.90 0.39 0.25
HSL 326.16º 0.81% 0.42% -
HSV(B) 326.16º 0.9% 0.75% -
XYZ 25.2 12.99 18.01 -
YUV 82.49 147.48 206.11 -
System Red Green Blue C M Y K H S L
Decimal 192 20 117 0 0.90 0.39 0.25 326.16 0.81 0.42
Hex C0 14 75 0 5A 27 19 146 51 2A
Octal 300 24 165 0 132 47 31 506 121 52
Binary 11000000 10100 1110101 0 1011010 100111 11001 101000110 1010001 101010

Color Harmonies of #C01475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01475

Black with #C01475

Text Example


Text Example

White with #C01475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01475; }

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

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

background-color css

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

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

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

border-color css

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

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

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