Html Css Color HEX #CE02BB Deep Magenta

📋 copy color: '#CE02BB'

red 206 ◦ green 2 ◦ blue 187

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

Shades of Deep Magenta #CE02BB

Tints of Deep Magenta #CE02BB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 187 (73.44% from 255) = 47.34%

R = 52.15%
G = 0.51%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE02BB (or 0xCE02BB) is known color: Deep Magenta. HEX triplet: CE, 02 and BB. RGB value is (206,2,187). Sum of RGB (Red+Green+Blue) = 206+2+187=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE02BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE02BB is #31FD44. Grayscale: #535353. Windows color (decimal): -3276101 or 12255950. OLE color: 12255950.

HSL color Cylindrical-coordinate representation of color #CE02BB: hue angle of 305.59º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE02BB is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 2 187 -
CMYK 0 0.99 0.09 0.19
HSL 305.59º 0.98% 0.41% -
HSV(B) 305.59º 0.99% 0.81% -
XYZ 34.44 16.75 48.43 -
YUV 84.09 186.09 214.96 -
System Red Green Blue C M Y K H S L
Decimal 206 2 187 0 0.99 0.09 0.19 305.59 0.98 0.41
Hex CE 2 BB 0 63 9 13 132 62 29
Octal 316 2 273 0 143 11 23 462 142 51
Binary 11001110 10 10111011 0 1100011 1001 10011 100110010 1100010 101001

Color Harmonies of #CE02BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE02BB

Black with #CE02BB

Text Example


Text Example

White with #CE02BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE02BB; }

 p { color: rgb(206,2,187); }

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

background-color css

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

 a { background-color: rgb(206,2,187); }

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

border-color css

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

 span { border-color: rgb(206,2,187); }

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