Html Css Color HEX #CE46BE Fuchsia

📋 copy color: '#CE46BE'

red 206 ◦ green 70 ◦ blue 190

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

Shades of Fuchsia #CE46BE

Tints of Fuchsia #CE46BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.77%

R = 44.21%
G = 15.02%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE46BE (or 0xCE46BE) is known color: Fuchsia. HEX triplet: CE, 46 and BE. RGB value is (206,70,190). Sum of RGB (Red+Green+Blue) = 206+70+190=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE46BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE46BE is #31B941. Grayscale: #7C7C7C. Windows color (decimal): -3258690 or 12469966. OLE color: 12469966.

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

Color convert

RGB 206 70 190 -
CMYK 0 0.66 0.08 0.19
HSL 307.06º 0.58% 0.54% -
HSV(B) 307.06º 0.66% 0.81% -
XYZ 36.94 21.22 50.86 -
YUV 124.34 165.06 186.24 -
System Red Green Blue C M Y K H S L
Decimal 206 70 190 0 0.66 0.08 0.19 307.06 0.58 0.54
Hex CE 46 BE 0 42 8 13 133 3A 36
Octal 316 106 276 0 102 10 23 463 72 66
Binary 11001110 1000110 10111110 0 1000010 1000 10011 100110011 111010 110110

Color Harmonies of #CE46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE46BE

Black with #CE46BE

Text Example


Text Example

White with #CE46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE46BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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