Html Css Color HEX #C01A75 Medium Violet Red

📋 copy color: '#C01A75'

red 192 ◦ green 26 ◦ blue 117

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

Shades of Medium Violet Red #C01A75

Tints of Medium Violet Red #C01A75

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.76%

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

R = 57.31%
G = 7.76%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C01A75 (or 0xC01A75) is known color: Medium Violet Red. HEX triplet: C0, 1A and 75. RGB value is (192,26,117). Sum of RGB (Red+Green+Blue) = 192+26+117=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01A75 is #3FE58A. Grayscale: #555555. Windows color (decimal): -4187531 or 7674560. OLE color: 7674560.

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

Color convert

RGB 192 26 117 -
CMYK 0 0.86 0.39 0.25
HSL 327.11º 0.76% 0.43% -
HSV(B) 327.11º 0.86% 0.75% -
XYZ 25.32 13.23 18.05 -
YUV 86.01 145.5 203.6 -
System Red Green Blue C M Y K H S L
Decimal 192 26 117 0 0.86 0.39 0.25 327.11 0.76 0.43
Hex C0 1A 75 0 56 27 19 147 4C 2B
Octal 300 32 165 0 126 47 31 507 114 53
Binary 11000000 11010 1110101 0 1010110 100111 11001 101000111 1001100 101011

Color Harmonies of #C01A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A75

Black with #C01A75

Text Example


Text Example

White with #C01A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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