Html Css Color HEX #CE46D0 Fuchsia

📋 copy color: '#CE46D0'

red 206 ◦ green 70 ◦ blue 208

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

Shades of Fuchsia #CE46D0

Tints of Fuchsia #CE46D0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.46%

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

R = 42.56%
G = 14.46%
B = 42.98%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE46D0 (or 0xCE46D0) is known color: Fuchsia. HEX triplet: CE, 46 and D0. RGB value is (206,70,208). Sum of RGB (Red+Green+Blue) = 206+70+208=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 70 (27.73% from 255 or 14.46% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE46D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE46D0 is #31B92F. Grayscale: #7D7D7D. Windows color (decimal): -3258672 or 13649614. OLE color: 13649614.

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

Color convert

RGB 206 70 208 -
CMYK 0.01 0.66 0 0.18
HSL 299.13º 0.59% 0.55% -
HSV(B) 299.13º 0.66% 0.82% -
XYZ 39.03 22.06 61.87 -
YUV 126.4 174.06 184.78 -
System Red Green Blue C M Y K H S L
Decimal 206 70 208 0.01 0.66 0 0.18 299.13 0.59 0.55
Hex CE 46 D0 1 42 0 12 12B 3B 37
Octal 316 106 320 1 102 0 22 453 73 67
Binary 11001110 1000110 11010000 1 1000010 0 10010 100101011 111011 110111

Color Harmonies of #CE46D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE46D0

Black with #CE46D0

Text Example


Text Example

White with #CE46D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE46D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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