Html Css Color HEX #C027DB Deep Magenta

📋 copy color: '#C027DB'

red 192 ◦ green 39 ◦ blue 219

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

Shades of Deep Magenta #C027DB

Tints of Deep Magenta #C027DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.67%

R = 42.67%
G = 8.67%
B = 48.67%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C027DB (or 0xC027DB) is known color: Deep Magenta. HEX triplet: C0, 27 and DB. RGB value is (192,39,219). Sum of RGB (Red+Green+Blue) = 192+39+219=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #C027DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C027DB is #3FD824. Grayscale: #686868. Windows color (decimal): -4184101 or 14362560. OLE color: 14362560.

HSL color Cylindrical-coordinate representation of color #C027DB: hue angle of 291º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C027DB is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 39 219 -
CMYK 0.12 0.82 0 0.14
HSL 291º 0.71% 0.51% -
HSV(B) 291º 0.82% 0.86% -
XYZ 35.25 17.77 68.59 -
YUV 105.27 192.19 189.86 -
System Red Green Blue C M Y K H S L
Decimal 192 39 219 0.12 0.82 0 0.14 291 0.71 0.51
Hex C0 27 DB C 52 0 E 123 47 33
Octal 300 47 333 14 122 0 16 443 107 63
Binary 11000000 100111 11011011 1100 1010010 0 1110 100100011 1000111 110011

Color Harmonies of #C027DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C027DB

Black with #C027DB

Text Example


Text Example

White with #C027DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C027DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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