Html Css Color HEX #C028BE Deep Magenta

📋 copy color: '#C028BE'

red 192 ◦ green 40 ◦ blue 190

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

Shades of Deep Magenta #C028BE

Tints of Deep Magenta #C028BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.02%

R = 45.5%
G = 9.48%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C028BE (or 0xC028BE) is known color: Deep Magenta. HEX triplet: C0, 28 and BE. RGB value is (192,40,190). Sum of RGB (Red+Green+Blue) = 192+40+190=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C028BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C028BE is #3FD741. Grayscale: #666666. Windows color (decimal): -4183874 or 12462272. OLE color: 12462272.

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

Color convert

RGB 192 40 190 -
CMYK 0 0.79 0.01 0.25
HSL 300.79º 0.66% 0.45% -
HSV(B) 300.79º 0.79% 0.75% -
XYZ 31.79 16.44 50.21 -
YUV 102.55 177.36 191.8 -
System Red Green Blue C M Y K H S L
Decimal 192 40 190 0 0.79 0.01 0.25 300.79 0.66 0.45
Hex C0 28 BE 0 4F 1 19 12D 42 2D
Octal 300 50 276 0 117 1 31 455 102 55
Binary 11000000 101000 10111110 0 1001111 1 11001 100101101 1000010 101101

Color Harmonies of #C028BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C028BE

Black with #C028BE

Text Example


Text Example

White with #C028BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C028BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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