Html Css Color HEX #CE3BCC Fuchsia

📋 copy color: '#CE3BCC'

red 206 ◦ green 59 ◦ blue 204

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

Shades of Fuchsia #CE3BCC

Tints of Fuchsia #CE3BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.58%

 BLUE value IS 204 (80.08% from 255) = 43.5%

R = 43.92%
G = 12.58%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE3BCC (or 0xCE3BCC) is known color: Fuchsia. HEX triplet: CE, 3B and CC. RGB value is (206,59,204). Sum of RGB (Red+Green+Blue) = 206+59+204=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 59 (23.44% from 255 or 12.58% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BCC is #31C433. Grayscale: #777777. Windows color (decimal): -3261492 or 13384654. OLE color: 13384654.

HSL color Cylindrical-coordinate representation of color #CE3BCC: hue angle of 300.82º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3BCC is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 59 204 -
CMYK 0 0.71 0.01 0.19
HSL 300.82º 0.6% 0.52% -
HSV(B) 300.82º 0.71% 0.81% -
XYZ 37.92 20.61 59.11 -
YUV 119.48 175.7 189.71 -
System Red Green Blue C M Y K H S L
Decimal 206 59 204 0 0.71 0.01 0.19 300.82 0.6 0.52
Hex CE 3B CC 0 47 1 13 12D 3C 34
Octal 316 73 314 0 107 1 23 455 74 64
Binary 11001110 111011 11001100 0 1000111 1 10011 100101101 111100 110100

Color Harmonies of #CE3BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3BCC

Black with #CE3BCC

Text Example


Text Example

White with #CE3BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3BCC; }

 p { color: rgb(206,59,204); }

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

background-color css

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

 a { background-color: rgb(206,59,204); }

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

border-color css

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

 span { border-color: rgb(206,59,204); }

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