Html Css Color HEX #CE46B5 Fuchsia

📋 copy color: '#CE46B5'

red 206 ◦ green 70 ◦ blue 181

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

Shades of Fuchsia #CE46B5

Tints of Fuchsia #CE46B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.61%

R = 45.08%
G = 15.32%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE46B5 (or 0xCE46B5) is known color: Fuchsia. HEX triplet: CE, 46 and B5. RGB value is (206,70,181). Sum of RGB (Red+Green+Blue) = 206+70+181=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE46B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE46B5 is #31B94A. Grayscale: #7B7B7B. Windows color (decimal): -3258699 or 11880142. OLE color: 11880142.

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

Color convert

RGB 206 70 181 -
CMYK 0 0.66 0.12 0.19
HSL 311.03º 0.58% 0.54% -
HSV(B) 311.03º 0.66% 0.81% -
XYZ 35.98 20.84 45.84 -
YUV 123.32 160.56 186.97 -
System Red Green Blue C M Y K H S L
Decimal 206 70 181 0 0.66 0.12 0.19 311.03 0.58 0.54
Hex CE 46 B5 0 42 C 13 137 3A 36
Octal 316 106 265 0 102 14 23 467 72 66
Binary 11001110 1000110 10110101 0 1000010 1100 10011 100110111 111010 110110

Color Harmonies of #CE46B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE46B5

Black with #CE46B5

Text Example


Text Example

White with #CE46B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE46B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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