Html Css Color HEX #C028AA Medium Red Violet

📋 copy color: '#C028AA'

red 192 ◦ green 40 ◦ blue 170

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

Shades of Medium Red Violet #C028AA

Tints of Medium Red Violet #C028AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.29%

R = 47.76%
G = 9.95%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C028AA (or 0xC028AA) is known color: Medium Red Violet. HEX triplet: C0, 28 and AA. RGB value is (192,40,170). Sum of RGB (Red+Green+Blue) = 192+40+170=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C028AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C028AA is #3FD755. Grayscale: #636363. Windows color (decimal): -4183894 or 11151552. OLE color: 11151552.

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

Color convert

RGB 192 40 170 -
CMYK 0 0.79 0.11 0.25
HSL 308.68º 0.66% 0.45% -
HSV(B) 308.68º 0.79% 0.75% -
XYZ 29.75 15.63 39.48 -
YUV 100.27 167.36 193.43 -
System Red Green Blue C M Y K H S L
Decimal 192 40 170 0 0.79 0.11 0.25 308.68 0.66 0.45
Hex C0 28 AA 0 4F B 19 135 42 2D
Octal 300 50 252 0 117 13 31 465 102 55
Binary 11000000 101000 10101010 0 1001111 1011 11001 100110101 1000010 101101

Color Harmonies of #C028AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C028AA

Black with #C028AA

Text Example


Text Example

White with #C028AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C028AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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