Html Css Color HEX #C026AD Medium Red Violet

📋 copy color: '#C026AD'

red 192 ◦ green 38 ◦ blue 173

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

Shades of Medium Red Violet #C026AD

Tints of Medium Red Violet #C026AD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.43%

 BLUE value IS 173 (67.97% from 255) = 42.93%

R = 47.64%
G = 9.43%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C026AD (or 0xC026AD) is known color: Medium Red Violet. HEX triplet: C0, 26 and AD. RGB value is (192,38,173). Sum of RGB (Red+Green+Blue) = 192+38+173=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C026AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C026AD is #3FD952. Grayscale: #636363. Windows color (decimal): -4184403 or 11347648. OLE color: 11347648.

HSL color Cylindrical-coordinate representation of color #C026AD: hue angle of 307.4º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C026AD is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 38 173 -
CMYK 0 0.80 0.10 0.25
HSL 307.4º 0.67% 0.45% -
HSV(B) 307.4º 0.8% 0.75% -
XYZ 29.97 15.61 40.97 -
YUV 99.44 169.52 194.02 -
System Red Green Blue C M Y K H S L
Decimal 192 38 173 0 0.80 0.10 0.25 307.4 0.67 0.45
Hex C0 26 AD 0 50 A 19 133 43 2D
Octal 300 46 255 0 120 12 31 463 103 55
Binary 11000000 100110 10101101 0 1010000 1010 11001 100110011 1000011 101101

Color Harmonies of #C026AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C026AD

Black with #C026AD

Text Example


Text Example

White with #C026AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C026AD; }

 p { color: rgb(192,38,173); }

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

background-color css

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

 a { background-color: rgb(192,38,173); }

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

border-color css

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

 span { border-color: rgb(192,38,173); }

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