Html Css Color HEX #C01A7A Medium Violet Red

📋 copy color: '#C01A7A'

red 192 ◦ green 26 ◦ blue 122

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

Shades of Medium Violet Red #C01A7A

Tints of Medium Violet Red #C01A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.88%

R = 56.47%
G = 7.65%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C01A7A (or 0xC01A7A) is known color: Medium Violet Red. HEX triplet: C0, 1A and 7A. RGB value is (192,26,122). Sum of RGB (Red+Green+Blue) = 192+26+122=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01A7A is #3FE585. Grayscale: #565656. Windows color (decimal): -4187526 or 8002240. OLE color: 8002240.

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

Color convert

RGB 192 26 122 -
CMYK 0 0.86 0.36 0.25
HSL 325.3º 0.76% 0.43% -
HSV(B) 325.3º 0.86% 0.75% -
XYZ 25.62 13.35 19.64 -
YUV 86.58 148 203.19 -
System Red Green Blue C M Y K H S L
Decimal 192 26 122 0 0.86 0.36 0.25 325.3 0.76 0.43
Hex C0 1A 7A 0 56 24 19 145 4C 2B
Octal 300 32 172 0 126 44 31 505 114 53
Binary 11000000 11010 1111010 0 1010110 100100 11001 101000101 1001100 101011

Color Harmonies of #C01A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A7A

Black with #C01A7A

Text Example


Text Example

White with #C01A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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