Html Css Color HEX #CE46BF Fuchsia

📋 copy color: '#CE46BF'

red 206 ◦ green 70 ◦ blue 191

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

Shades of Fuchsia #CE46BF

Tints of Fuchsia #CE46BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.9%

R = 44.11%
G = 14.99%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE46BF (or 0xCE46BF) is known color: Fuchsia. HEX triplet: CE, 46 and BF. RGB value is (206,70,191). Sum of RGB (Red+Green+Blue) = 206+70+191=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE46BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE46BF is #31B940. Grayscale: #7C7C7C. Windows color (decimal): -3258689 or 12535502. OLE color: 12535502.

HSL color Cylindrical-coordinate representation of color #CE46BF: hue angle of 306.62º 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 #CE46BF is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 70 191 -
CMYK 0 0.66 0.07 0.19
HSL 306.62º 0.58% 0.54% -
HSV(B) 306.62º 0.66% 0.81% -
XYZ 37.05 21.26 51.44 -
YUV 124.46 165.56 186.16 -
System Red Green Blue C M Y K H S L
Decimal 206 70 191 0 0.66 0.07 0.19 306.62 0.58 0.54
Hex CE 46 BF 0 42 7 13 133 3A 36
Octal 316 106 277 0 102 7 23 463 72 66
Binary 11001110 1000110 10111111 0 1000010 111 10011 100110011 111010 110110

Color Harmonies of #CE46BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE46BF

Black with #CE46BF

Text Example


Text Example

White with #CE46BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE46BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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