Html Css Color HEX #CE32D2 Fuchsia

📋 copy color: '#CE32D2'

red 206 ◦ green 50 ◦ blue 210

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

Shades of Fuchsia #CE32D2

Tints of Fuchsia #CE32D2

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.73%

 BLUE value IS 210 (82.42% from 255) = 45.06%

R = 44.21%
G = 10.73%
B = 45.06%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE32D2 (or 0xCE32D2) is known color: Fuchsia. HEX triplet: CE, 32 and D2. RGB value is (206,50,210). Sum of RGB (Red+Green+Blue) = 206+50+210=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 50 (19.92% from 255 or 10.73% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE32D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32D2 is #31CD2D. Grayscale: #727272. Windows color (decimal): -3263790 or 13775566. OLE color: 13775566.

HSL color Cylindrical-coordinate representation of color #CE32D2: hue angle of 298.5º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE32D2 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 50 210 -
CMYK 0.02 0.76 0 0.18
HSL 298.5º 0.64% 0.51% -
HSV(B) 298.5º 0.76% 0.82% -
XYZ 38.23 20.06 62.83 -
YUV 114.88 181.68 192.99 -
System Red Green Blue C M Y K H S L
Decimal 206 50 210 0.02 0.76 0 0.18 298.5 0.64 0.51
Hex CE 32 D2 2 4C 0 12 12A 40 33
Octal 316 62 322 2 114 0 22 452 100 63
Binary 11001110 110010 11010010 10 1001100 0 10010 100101010 1000000 110011

Color Harmonies of #CE32D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32D2

Black with #CE32D2

Text Example


Text Example

White with #CE32D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32D2; }

 p { color: rgb(206,50,210); }

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

background-color css

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

 a { background-color: rgb(206,50,210); }

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

border-color css

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

 span { border-color: rgb(206,50,210); }

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