Html Css Color HEX #CE4BCC Fuchsia

📋 copy color: '#CE4BCC'

red 206 ◦ green 75 ◦ blue 204

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

Shades of Fuchsia #CE4BCC

Tints of Fuchsia #CE4BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.46%

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

R = 42.47%
G = 15.46%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE4BCC (or 0xCE4BCC) is known color: Fuchsia. HEX triplet: CE, 4B and CC. RGB value is (206,75,204). Sum of RGB (Red+Green+Blue) = 206+75+204=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BCC is #31B433. Grayscale: #808080. Windows color (decimal): -3257396 or 13388750. OLE color: 13388750.

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

Color convert

RGB 206 75 204 -
CMYK 0 0.64 0.01 0.19
HSL 300.92º 0.57% 0.55% -
HSV(B) 300.92º 0.64% 0.81% -
XYZ 38.87 22.51 59.42 -
YUV 128.88 170.4 183.01 -
System Red Green Blue C M Y K H S L
Decimal 206 75 204 0 0.64 0.01 0.19 300.92 0.57 0.55
Hex CE 4B CC 0 40 1 13 12D 39 37
Octal 316 113 314 0 100 1 23 455 71 67
Binary 11001110 1001011 11001100 0 1000000 1 10011 100101101 111001 110111

Color Harmonies of #CE4BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4BCC

Black with #CE4BCC

Text Example


Text Example

White with #CE4BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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