Html Css Color HEX #CE2DB8 Fuchsia

📋 copy color: '#CE2DB8'

red 206 ◦ green 45 ◦ blue 184

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

Shades of Fuchsia #CE2DB8

Tints of Fuchsia #CE2DB8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.34%

 BLUE value IS 184 (72.27% from 255) = 42.3%

R = 47.36%
G = 10.34%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CE2DB8 (or 0xCE2DB8) is known color: Fuchsia. HEX triplet: CE, 2D and B8. RGB value is (206,45,184). Sum of RGB (Red+Green+Blue) = 206+45+184=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 45 (17.97% from 255 or 10.34% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DB8 is #31D247. Grayscale: #6C6C6C. Windows color (decimal): -3265096 or 12070350. OLE color: 12070350.

HSL color Cylindrical-coordinate representation of color #CE2DB8: hue angle of 308.2º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2DB8 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 45 184 -
CMYK 0 0.78 0.11 0.19
HSL 308.2º 0.64% 0.49% -
HSV(B) 308.2º 0.78% 0.81% -
XYZ 35.04 18.46 47.06 -
YUV 108.99 170.34 197.2 -
System Red Green Blue C M Y K H S L
Decimal 206 45 184 0 0.78 0.11 0.19 308.2 0.64 0.49
Hex CE 2D B8 0 4E B 13 134 40 31
Octal 316 55 270 0 116 13 23 464 100 61
Binary 11001110 101101 10111000 0 1001110 1011 10011 100110100 1000000 110001

Color Harmonies of #CE2DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2DB8

Black with #CE2DB8

Text Example


Text Example

White with #CE2DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2DB8; }

 p { color: rgb(206,45,184); }

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

background-color css

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

 a { background-color: rgb(206,45,184); }

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

border-color css

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

 span { border-color: rgb(206,45,184); }

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