Html Css Color HEX #C026A3 Medium Red Violet

📋 copy color: '#C026A3'

red 192 ◦ green 38 ◦ blue 163

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

Shades of Medium Red Violet #C026A3

Tints of Medium Red Violet #C026A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 41.48%

R = 48.85%
G = 9.67%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C026A3 (or 0xC026A3) is known color: Medium Red Violet. HEX triplet: C0, 26 and A3. RGB value is (192,38,163). Sum of RGB (Red+Green+Blue) = 192+38+163=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C026A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C026A3 is #3FD95C. Grayscale: #616161. Windows color (decimal): -4184413 or 10692288. OLE color: 10692288.

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

Color convert

RGB 192 38 163 -
CMYK 0 0.80 0.15 0.25
HSL 311.3º 0.67% 0.45% -
HSV(B) 311.3º 0.8% 0.75% -
XYZ 29.04 15.24 36.06 -
YUV 98.3 164.52 194.84 -
System Red Green Blue C M Y K H S L
Decimal 192 38 163 0 0.80 0.15 0.25 311.3 0.67 0.45
Hex C0 26 A3 0 50 F 19 137 43 2D
Octal 300 46 243 0 120 17 31 467 103 55
Binary 11000000 100110 10100011 0 1010000 1111 11001 100110111 1000011 101101

Color Harmonies of #C026A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C026A3

Black with #C026A3

Text Example


Text Example

White with #C026A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C026A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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