Html Css Color HEX #CE32D3 Fuchsia

📋 copy color: '#CE32D3'

red 206 ◦ green 50 ◦ blue 211

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

Shades of Fuchsia #CE32D3

Tints of Fuchsia #CE32D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.18%

R = 44.11%
G = 10.71%
B = 45.18%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CE32D3 (or 0xCE32D3) is known color: Fuchsia. HEX triplet: CE, 32 and D3. RGB value is (206,50,211). Sum of RGB (Red+Green+Blue) = 206+50+211=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE32D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32D3 is #31CD2C. Grayscale: #727272. Windows color (decimal): -3263789 or 13841102. OLE color: 13841102.

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

Color convert

RGB 206 50 211 -
CMYK 0.02 0.76 0 0.17
HSL 298.14º 0.65% 0.51% -
HSV(B) 298.14º 0.76% 0.83% -
XYZ 38.35 20.11 63.49 -
YUV 115 182.18 192.91 -
System Red Green Blue C M Y K H S L
Decimal 206 50 211 0.02 0.76 0 0.17 298.14 0.65 0.51
Hex CE 32 D3 2 4C 0 11 12A 41 33
Octal 316 62 323 2 114 0 21 452 101 63
Binary 11001110 110010 11010011 10 1001100 0 10001 100101010 1000001 110011

Color Harmonies of #CE32D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32D3

Black with #CE32D3

Text Example


Text Example

White with #CE32D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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