Html Css Color HEX #C027CD Deep Magenta

📋 copy color: '#C027CD'

red 192 ◦ green 39 ◦ blue 205

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

Shades of Deep Magenta #C027CD

Tints of Deep Magenta #C027CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 44.04%
G = 8.94%
B = 47.02%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C027CD (or 0xC027CD) is known color: Deep Magenta. HEX triplet: C0, 27 and CD. RGB value is (192,39,205). Sum of RGB (Red+Green+Blue) = 192+39+205=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #C027CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C027CD is #3FD832. Grayscale: #676767. Windows color (decimal): -4184115 or 13445056. OLE color: 13445056.

HSL color Cylindrical-coordinate representation of color #C027CD: hue angle of 295.3º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C027CD is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 39 205 -
CMYK 0.06 0.81 0 0.20
HSL 295.3º 0.68% 0.48% -
HSV(B) 295.3º 0.81% 0.8% -
XYZ 33.48 17.07 59.29 -
YUV 103.67 185.19 191 -
System Red Green Blue C M Y K H S L
Decimal 192 39 205 0.06 0.81 0 0.20 295.3 0.68 0.48
Hex C0 27 CD 6 51 0 14 127 44 30
Octal 300 47 315 6 121 0 24 447 104 60
Binary 11000000 100111 11001101 110 1010001 0 10100 100100111 1000100 110000

Color Harmonies of #C027CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C027CD

Black with #C027CD

Text Example


Text Example

White with #C027CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C027CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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