Html Css Color HEX #CE46CB Fuchsia

📋 copy color: '#CE46CB'

red 206 ◦ green 70 ◦ blue 203

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

Shades of Fuchsia #CE46CB

Tints of Fuchsia #CE46CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.38%

R = 43.01%
G = 14.61%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE46CB (or 0xCE46CB) is known color: Fuchsia. HEX triplet: CE, 46 and CB. RGB value is (206,70,203). Sum of RGB (Red+Green+Blue) = 206+70+203=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE46CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE46CB is #31B934. Grayscale: #7D7D7D. Windows color (decimal): -3258677 or 13321934. OLE color: 13321934.

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

Color convert

RGB 206 70 203 -
CMYK 0 0.66 0.01 0.19
HSL 301.32º 0.58% 0.54% -
HSV(B) 301.32º 0.66% 0.81% -
XYZ 38.42 21.81 58.69 -
YUV 125.83 171.56 185.19 -
System Red Green Blue C M Y K H S L
Decimal 206 70 203 0 0.66 0.01 0.19 301.32 0.58 0.54
Hex CE 46 CB 0 42 1 13 12D 3A 36
Octal 316 106 313 0 102 1 23 455 72 66
Binary 11001110 1000110 11001011 0 1000010 1 10011 100101101 111010 110110

Color Harmonies of #CE46CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE46CB

Black with #CE46CB

Text Example


Text Example

White with #CE46CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE46CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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