Html Css Color HEX #C01478 Medium Violet Red

📋 copy color: '#C01478'

red 192 ◦ green 20 ◦ blue 120

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

Shades of Medium Violet Red #C01478

Tints of Medium Violet Red #C01478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.14%

R = 57.83%
G = 6.02%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C01478 (or 0xC01478) is known color: Medium Violet Red. HEX triplet: C0, 14 and 78. RGB value is (192,20,120). Sum of RGB (Red+Green+Blue) = 192+20+120=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C01478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01478 is #3FEB87. Grayscale: #525252. Windows color (decimal): -4189064 or 7869632. OLE color: 7869632.

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

Color convert

RGB 192 20 120 -
CMYK 0 0.90 0.38 0.25
HSL 325.12º 0.81% 0.42% -
HSV(B) 325.12º 0.9% 0.75% -
XYZ 25.38 13.06 18.95 -
YUV 82.83 148.98 205.87 -
System Red Green Blue C M Y K H S L
Decimal 192 20 120 0 0.90 0.38 0.25 325.12 0.81 0.42
Hex C0 14 78 0 5A 26 19 145 51 2A
Octal 300 24 170 0 132 46 31 505 121 52
Binary 11000000 10100 1111000 0 1011010 100110 11001 101000101 1010001 101010

Color Harmonies of #C01478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01478

Black with #C01478

Text Example


Text Example

White with #C01478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01478; }

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

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

background-color css

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

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

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

border-color css

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

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

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