Html Css Color HEX #C027DA Deep Magenta

📋 copy color: '#C027DA'

red 192 ◦ green 39 ◦ blue 218

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

Shades of Deep Magenta #C027DA

Tints of Deep Magenta #C027DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.55%

R = 42.76%
G = 8.69%
B = 48.55%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C027DA (or 0xC027DA) is known color: Deep Magenta. HEX triplet: C0, 27 and DA. RGB value is (192,39,218). Sum of RGB (Red+Green+Blue) = 192+39+218=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #C027DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C027DA is #3FD825. Grayscale: #686868. Windows color (decimal): -4184102 or 14297024. OLE color: 14297024.

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

Color convert

RGB 192 39 218 -
CMYK 0.12 0.82 0 0.15
HSL 291.28º 0.71% 0.5% -
HSV(B) 291.28º 0.82% 0.85% -
XYZ 35.12 17.72 67.9 -
YUV 105.15 191.69 189.95 -
System Red Green Blue C M Y K H S L
Decimal 192 39 218 0.12 0.82 0 0.15 291.28 0.71 0.5
Hex C0 27 DA C 52 0 F 123 47 32
Octal 300 47 332 14 122 0 17 443 107 62
Binary 11000000 100111 11011010 1100 1010010 0 1111 100100011 1000111 110010

Color Harmonies of #C027DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C027DA

Black with #C027DA

Text Example


Text Example

White with #C027DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C027DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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