Html Css Color HEX #C027AB Medium Red Violet

📋 copy color: '#C027AB'

red 192 ◦ green 39 ◦ blue 171

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

Shades of Medium Red Violet #C027AB

Tints of Medium Red Violet #C027AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.7%

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

R = 47.76%
G = 9.7%
B = 42.54%

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

#C027AB (or 0xC027AB) is known color: Medium Red Violet. HEX triplet: C0, 27 and AB. RGB value is (192,39,171). Sum of RGB (Red+Green+Blue) = 192+39+171=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 39 (15.62% from 255 or 9.70% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C027AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C027AB is #3FD854. Grayscale: #636363. Windows color (decimal): -4184149 or 11216832. OLE color: 11216832.

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

Color convert

RGB 192 39 171 -
CMYK 0 0.80 0.11 0.25
HSL 308.24º 0.66% 0.45% -
HSV(B) 308.24º 0.8% 0.75% -
XYZ 29.81 15.6 39.97 -
YUV 99.8 168.19 193.77 -
System Red Green Blue C M Y K H S L
Decimal 192 39 171 0 0.80 0.11 0.25 308.24 0.66 0.45
Hex C0 27 AB 0 50 B 19 134 42 2D
Octal 300 47 253 0 120 13 31 464 102 55
Binary 11000000 100111 10101011 0 1010000 1011 11001 100110100 1000010 101101

Color Harmonies of #C027AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C027AB

Black with #C027AB

Text Example


Text Example

White with #C027AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C027AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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