Html Css Color HEX #CE33B2 Fuchsia

📋 copy color: '#CE33B2'

red 206 ◦ green 51 ◦ blue 178

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

Shades of Fuchsia #CE33B2

Tints of Fuchsia #CE33B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.92%

R = 47.36%
G = 11.72%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE33B2 (or 0xCE33B2) is known color: Fuchsia. HEX triplet: CE, 33 and B2. RGB value is (206,51,178). Sum of RGB (Red+Green+Blue) = 206+51+178=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE33B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE33B2 is #31CC4D. Grayscale: #6F6F6F. Windows color (decimal): -3263566 or 11678670. OLE color: 11678670.

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

Color convert

RGB 206 51 178 -
CMYK 0 0.75 0.14 0.19
HSL 310.84º 0.61% 0.5% -
HSV(B) 310.84º 0.75% 0.81% -
XYZ 34.67 18.7 43.9 -
YUV 111.82 165.35 195.17 -
System Red Green Blue C M Y K H S L
Decimal 206 51 178 0 0.75 0.14 0.19 310.84 0.61 0.5
Hex CE 33 B2 0 4B E 13 137 3D 32
Octal 316 63 262 0 113 16 23 467 75 62
Binary 11001110 110011 10110010 0 1001011 1110 10011 100110111 111101 110010

Color Harmonies of #CE33B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE33B2

Black with #CE33B2

Text Example


Text Example

White with #CE33B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE33B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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