Html Css Color HEX #C026AB Medium Red Violet

📋 copy color: '#C026AB'

red 192 ◦ green 38 ◦ blue 171

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

Shades of Medium Red Violet #C026AB

Tints of Medium Red Violet #C026AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 47.88%
G = 9.48%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C026AB (or 0xC026AB) is known color: Medium Red Violet. HEX triplet: C0, 26 and AB. RGB value is (192,38,171). Sum of RGB (Red+Green+Blue) = 192+38+171=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C026AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C026AB is #3FD954. Grayscale: #626262. Windows color (decimal): -4184405 or 11216576. OLE color: 11216576.

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

Color convert

RGB 192 38 171 -
CMYK 0 0.80 0.11 0.25
HSL 308.18º 0.67% 0.45% -
HSV(B) 308.18º 0.8% 0.75% -
XYZ 29.78 15.53 39.96 -
YUV 99.21 168.52 194.19 -
System Red Green Blue C M Y K H S L
Decimal 192 38 171 0 0.80 0.11 0.25 308.18 0.67 0.45
Hex C0 26 AB 0 50 B 19 134 43 2D
Octal 300 46 253 0 120 13 31 464 103 55
Binary 11000000 100110 10101011 0 1010000 1011 11001 100110100 1000011 101101

Color Harmonies of #C026AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C026AB

Black with #C026AB

Text Example


Text Example

White with #C026AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C026AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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