Html Css Color HEX #CE46B0 Fuchsia

📋 copy color: '#CE46B0'

red 206 ◦ green 70 ◦ blue 176

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

Shades of Fuchsia #CE46B0

Tints of Fuchsia #CE46B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.94%

R = 45.58%
G = 15.49%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE46B0 (or 0xCE46B0) is known color: Fuchsia. HEX triplet: CE, 46 and B0. RGB value is (206,70,176). Sum of RGB (Red+Green+Blue) = 206+70+176=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE46B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE46B0 is #31B94F. Grayscale: #7A7A7A. Windows color (decimal): -3258704 or 11552462. OLE color: 11552462.

HSL color Cylindrical-coordinate representation of color #CE46B0: hue angle of 313.24º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE46B0 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 70 176 -
CMYK 0 0.66 0.15 0.19
HSL 313.24º 0.58% 0.54% -
HSV(B) 313.24º 0.66% 0.81% -
XYZ 35.48 20.64 43.19 -
YUV 122.75 158.06 187.38 -
System Red Green Blue C M Y K H S L
Decimal 206 70 176 0 0.66 0.15 0.19 313.24 0.58 0.54
Hex CE 46 B0 0 42 F 13 139 3A 36
Octal 316 106 260 0 102 17 23 471 72 66
Binary 11001110 1000110 10110000 0 1000010 1111 10011 100111001 111010 110110

Color Harmonies of #CE46B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE46B0

Black with #CE46B0

Text Example


Text Example

White with #CE46B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE46B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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