Html Css Color HEX #C028AE Medium Red Violet

📋 copy color: '#C028AE'

red 192 ◦ green 40 ◦ blue 174

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

Shades of Medium Red Violet #C028AE

Tints of Medium Red Violet #C028AE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.85%

 BLUE value IS 174 (68.36% from 255) = 42.86%

R = 47.29%
G = 9.85%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C028AE (or 0xC028AE) is known color: Medium Red Violet. HEX triplet: C0, 28 and AE. RGB value is (192,40,174). Sum of RGB (Red+Green+Blue) = 192+40+174=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C028AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C028AE is #3FD751. Grayscale: #646464. Windows color (decimal): -4183890 or 11413696. OLE color: 11413696.

HSL color Cylindrical-coordinate representation of color #C028AE: hue angle of 307.11º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C028AE is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 40 174 -
CMYK 0 0.79 0.09 0.25
HSL 307.11º 0.66% 0.45% -
HSV(B) 307.11º 0.79% 0.75% -
XYZ 30.14 15.78 41.5 -
YUV 100.72 169.36 193.1 -
System Red Green Blue C M Y K H S L
Decimal 192 40 174 0 0.79 0.09 0.25 307.11 0.66 0.45
Hex C0 28 AE 0 4F 9 19 133 42 2D
Octal 300 50 256 0 117 11 31 463 102 55
Binary 11000000 101000 10101110 0 1001111 1001 11001 100110011 1000010 101101

Color Harmonies of #C028AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C028AE

Black with #C028AE

Text Example


Text Example

White with #C028AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C028AE; }

 p { color: rgb(192,40,174); }

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

background-color css

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

 a { background-color: rgb(192,40,174); }

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

border-color css

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

 span { border-color: rgb(192,40,174); }

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