Html Css Color HEX #C01A6A Medium Violet Red

📋 copy color: '#C01A6A'

red 192 ◦ green 26 ◦ blue 106

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

Shades of Medium Violet Red #C01A6A

Tints of Medium Violet Red #C01A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.72%

R = 59.26%
G = 8.02%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C01A6A (or 0xC01A6A) is known color: Medium Violet Red. HEX triplet: C0, 1A and 6A. RGB value is (192,26,106). Sum of RGB (Red+Green+Blue) = 192+26+106=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01A6A is #3FE595. Grayscale: #545454. Windows color (decimal): -4187542 or 6953664. OLE color: 6953664.

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

Color convert

RGB 192 26 106 -
CMYK 0 0.86 0.45 0.25
HSL 331.08º 0.76% 0.43% -
HSV(B) 331.08º 0.86% 0.75% -
XYZ 24.71 12.99 14.84 -
YUV 84.75 140 204.5 -
System Red Green Blue C M Y K H S L
Decimal 192 26 106 0 0.86 0.45 0.25 331.08 0.76 0.43
Hex C0 1A 6A 0 56 2D 19 14B 4C 2B
Octal 300 32 152 0 126 55 31 513 114 53
Binary 11000000 11010 1101010 0 1010110 101101 11001 101001011 1001100 101011

Color Harmonies of #C01A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A6A

Black with #C01A6A

Text Example


Text Example

White with #C01A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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