Html Css Color HEX #CE33CC Fuchsia

📋 copy color: '#CE33CC'

red 206 ◦ green 51 ◦ blue 204

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

Shades of Fuchsia #CE33CC

Tints of Fuchsia #CE33CC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.06%

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

R = 44.69%
G = 11.06%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE33CC (or 0xCE33CC) is known color: Fuchsia. HEX triplet: CE, 33 and CC. RGB value is (206,51,204). Sum of RGB (Red+Green+Blue) = 206+51+204=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE33CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE33CC is #31CC33. Grayscale: #727272. Windows color (decimal): -3263540 or 13382606. OLE color: 13382606.

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

Color convert

RGB 206 51 204 -
CMYK 0 0.75 0.01 0.19
HSL 300.77º 0.61% 0.5% -
HSV(B) 300.77º 0.75% 0.81% -
XYZ 37.54 19.85 58.98 -
YUV 114.79 178.35 193.06 -
System Red Green Blue C M Y K H S L
Decimal 206 51 204 0 0.75 0.01 0.19 300.77 0.61 0.5
Hex CE 33 CC 0 4B 1 13 12D 3D 32
Octal 316 63 314 0 113 1 23 455 75 62
Binary 11001110 110011 11001100 0 1001011 1 10011 100101101 111101 110010

Color Harmonies of #CE33CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE33CC

Black with #CE33CC

Text Example


Text Example

White with #CE33CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE33CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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