Html Css Color HEX #C028CE Deep Magenta

📋 copy color: '#C028CE'

red 192 ◦ green 40 ◦ blue 206

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

Shades of Deep Magenta #C028CE

Tints of Deep Magenta #C028CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 43.84%
G = 9.13%
B = 47.03%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C028CE (or 0xC028CE) is known color: Deep Magenta. HEX triplet: C0, 28 and CE. RGB value is (192,40,206). Sum of RGB (Red+Green+Blue) = 192+40+206=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #C028CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C028CE is #3FD731. Grayscale: #676767. Windows color (decimal): -4183858 or 13510848. OLE color: 13510848.

HSL color Cylindrical-coordinate representation of color #C028CE: hue angle of 294.94º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C028CE is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 40 206 -
CMYK 0.07 0.81 0 0.19
HSL 294.94º 0.67% 0.48% -
HSV(B) 294.94º 0.81% 0.81% -
XYZ 33.64 17.18 59.94 -
YUV 104.37 185.36 190.5 -
System Red Green Blue C M Y K H S L
Decimal 192 40 206 0.07 0.81 0 0.19 294.94 0.67 0.48
Hex C0 28 CE 7 51 0 13 127 43 30
Octal 300 50 316 7 121 0 23 447 103 60
Binary 11000000 101000 11001110 111 1010001 0 10011 100100111 1000011 110000

Color Harmonies of #C028CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C028CE

Black with #C028CE

Text Example


Text Example

White with #C028CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C028CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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