Html Css Color HEX #CE2DD0 Fuchsia

📋 copy color: '#CE2DD0'

red 206 ◦ green 45 ◦ blue 208

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

Shades of Fuchsia #CE2DD0

Tints of Fuchsia #CE2DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.32%

R = 44.88%
G = 9.8%
B = 45.32%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE2DD0 (or 0xCE2DD0) is known color: Fuchsia. HEX triplet: CE, 2D and D0. RGB value is (206,45,208). Sum of RGB (Red+Green+Blue) = 206+45+208=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE2DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DD0 is #31D22F. Grayscale: #6F6F6F. Windows color (decimal): -3265072 or 13643214. OLE color: 13643214.

HSL color Cylindrical-coordinate representation of color #CE2DD0: hue angle of 299.26º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2DD0 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 45 208 -
CMYK 0.01 0.78 0 0.18
HSL 299.26º 0.64% 0.5% -
HSV(B) 299.26º 0.78% 0.82% -
XYZ 37.78 19.55 61.46 -
YUV 111.72 182.34 195.25 -
System Red Green Blue C M Y K H S L
Decimal 206 45 208 0.01 0.78 0 0.18 299.26 0.64 0.5
Hex CE 2D D0 1 4E 0 12 12B 40 32
Octal 316 55 320 1 116 0 22 453 100 62
Binary 11001110 101101 11010000 1 1001110 0 10010 100101011 1000000 110010

Color Harmonies of #CE2DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2DD0

Black with #CE2DD0

Text Example


Text Example

White with #CE2DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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