Html Css Color HEX #CE33CB Fuchsia

📋 copy color: '#CE33CB'

red 206 ◦ green 51 ◦ blue 203

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

Shades of Fuchsia #CE33CB

Tints of Fuchsia #CE33CB

RGB

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

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

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

R = 44.78%
G = 11.09%
B = 44.13%

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

#CE33CB (or 0xCE33CB) is known color: Fuchsia. HEX triplet: CE, 33 and CB. RGB value is (206,51,203). Sum of RGB (Red+Green+Blue) = 206+51+203=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE33CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE33CB is #31CC34. Grayscale: #727272. Windows color (decimal): -3263541 or 13317070. OLE color: 13317070.

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

Color convert

RGB 206 51 203 -
CMYK 0 0.75 0.01 0.19
HSL 301.16º 0.61% 0.5% -
HSV(B) 301.16º 0.75% 0.81% -
XYZ 37.42 19.8 58.35 -
YUV 114.67 177.85 193.14 -
System Red Green Blue C M Y K H S L
Decimal 206 51 203 0 0.75 0.01 0.19 301.16 0.61 0.5
Hex CE 33 CB 0 4B 1 13 12D 3D 32
Octal 316 63 313 0 113 1 23 455 75 62
Binary 11001110 110011 11001011 0 1001011 1 10011 100101101 111101 110010

Color Harmonies of #CE33CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE33CB

Black with #CE33CB

Text Example


Text Example

White with #CE33CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE33CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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