Html Css Color HEX #C027BE Deep Magenta

📋 copy color: '#C027BE'

red 192 ◦ green 39 ◦ blue 190

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

Shades of Deep Magenta #C027BE

Tints of Deep Magenta #C027BE

RGB

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

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

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

R = 45.61%
G = 9.26%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C027BE (or 0xC027BE) is known color: Deep Magenta. HEX triplet: C0, 27 and BE. RGB value is (192,39,190). Sum of RGB (Red+Green+Blue) = 192+39+190=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C027BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C027BE is #3FD841. Grayscale: #656565. Windows color (decimal): -4184130 or 12462016. OLE color: 12462016.

HSL color Cylindrical-coordinate representation of color #C027BE: hue angle of 300.78º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C027BE is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 39 190 -
CMYK 0 0.80 0.01 0.25
HSL 300.78º 0.66% 0.45% -
HSV(B) 300.78º 0.8% 0.75% -
XYZ 31.76 16.38 50.2 -
YUV 101.96 177.69 192.22 -
System Red Green Blue C M Y K H S L
Decimal 192 39 190 0 0.80 0.01 0.25 300.78 0.66 0.45
Hex C0 27 BE 0 50 1 19 12D 42 2D
Octal 300 47 276 0 120 1 31 455 102 55
Binary 11000000 100111 10111110 0 1010000 1 11001 100101101 1000010 101101

Color Harmonies of #C027BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C027BE

Black with #C027BE

Text Example


Text Example

White with #C027BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C027BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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