Html Css Color HEX #CE05B4 Deep Magenta

📋 copy color: '#CE05B4'

red 206 ◦ green 5 ◦ blue 180

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

Shades of Deep Magenta #CE05B4

Tints of Deep Magenta #CE05B4

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.28%

 BLUE value IS 180 (70.7% from 255) = 46.04%

R = 52.69%
G = 1.28%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE05B4 (or 0xCE05B4) is known color: Deep Magenta. HEX triplet: CE, 05 and B4. RGB value is (206,5,180). Sum of RGB (Red+Green+Blue) = 206+5+180=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE05B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE05B4 is #31FA4B. Grayscale: #545454. Windows color (decimal): -3275340 or 11797966. OLE color: 11797966.

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

Color convert

RGB 206 5 180 -
CMYK 0 0.98 0.13 0.19
HSL 307.76º 0.95% 0.41% -
HSV(B) 307.76º 0.98% 0.81% -
XYZ 33.75 16.53 44.59 -
YUV 85.05 181.59 214.27 -
System Red Green Blue C M Y K H S L
Decimal 206 5 180 0 0.98 0.13 0.19 307.76 0.95 0.41
Hex CE 5 B4 0 62 D 13 134 5F 29
Octal 316 5 264 0 142 15 23 464 137 51
Binary 11001110 101 10110100 0 1100010 1101 10011 100110100 1011111 101001

Color Harmonies of #CE05B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE05B4

Black with #CE05B4

Text Example


Text Example

White with #CE05B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE05B4; }

 p { color: rgb(206,5,180); }

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

background-color css

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

 a { background-color: rgb(206,5,180); }

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

border-color css

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

 span { border-color: rgb(206,5,180); }

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