Html Css Color HEX #C01A7E Medium Violet Red

📋 copy color: '#C01A7E'

red 192 ◦ green 26 ◦ blue 126

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

Shades of Medium Violet Red #C01A7E

Tints of Medium Violet Red #C01A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.63%

R = 55.81%
G = 7.56%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C01A7E (or 0xC01A7E) is known color: Medium Violet Red. HEX triplet: C0, 1A and 7E. RGB value is (192,26,126). Sum of RGB (Red+Green+Blue) = 192+26+126=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01A7E is #3FE581. Grayscale: #565656. Windows color (decimal): -4187522 or 8264384. OLE color: 8264384.

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

Color convert

RGB 192 26 126 -
CMYK 0 0.86 0.34 0.25
HSL 323.86º 0.76% 0.43% -
HSV(B) 323.86º 0.86% 0.75% -
XYZ 25.87 13.45 20.97 -
YUV 87.03 150 202.87 -
System Red Green Blue C M Y K H S L
Decimal 192 26 126 0 0.86 0.34 0.25 323.86 0.76 0.43
Hex C0 1A 7E 0 56 22 19 144 4C 2B
Octal 300 32 176 0 126 42 31 504 114 53
Binary 11000000 11010 1111110 0 1010110 100010 11001 101000100 1001100 101011

Color Harmonies of #C01A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A7E

Black with #C01A7E

Text Example


Text Example

White with #C01A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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