Html Css Color HEX #CE27CA Deep Magenta

📋 copy color: '#CE27CA'

red 206 ◦ green 39 ◦ blue 202

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

Shades of Deep Magenta #CE27CA

Tints of Deep Magenta #CE27CA

RGB

 RED value IS 206 (80.86% from 255) = 46.09%

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

 BLUE value IS 202 (79.3% from 255) = 45.19%

R = 46.09%
G = 8.72%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE27CA (or 0xCE27CA) is known color: Deep Magenta. HEX triplet: CE, 27 and CA. RGB value is (206,39,202). Sum of RGB (Red+Green+Blue) = 206+39+202=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 39 (15.62% from 255 or 8.72% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE27CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE27CA is #31D835. Grayscale: #6B6B6B. Windows color (decimal): -3266614 or 13248462. OLE color: 13248462.

HSL color Cylindrical-coordinate representation of color #CE27CA: hue angle of 301.44º degrees, saturation: 0.68, 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 #CE27CA is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 39 202 -
CMYK 0 0.81 0.02 0.19
HSL 301.44º 0.68% 0.48% -
HSV(B) 301.44º 0.81% 0.81% -
XYZ 36.84 18.84 57.57 -
YUV 107.52 181.33 198.25 -
System Red Green Blue C M Y K H S L
Decimal 206 39 202 0 0.81 0.02 0.19 301.44 0.68 0.48
Hex CE 27 CA 0 51 2 13 12D 44 30
Octal 316 47 312 0 121 2 23 455 104 60
Binary 11001110 100111 11001010 0 1010001 10 10011 100101101 1000100 110000

Color Harmonies of #CE27CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE27CA

Black with #CE27CA

Text Example


Text Example

White with #CE27CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE27CA; }

 p { color: rgb(206,39,202); }

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

background-color css

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

 a { background-color: rgb(206,39,202); }

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

border-color css

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

 span { border-color: rgb(206,39,202); }

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