Html Css Color HEX #CE32D0 Fuchsia

📋 copy color: '#CE32D0'

red 206 ◦ green 50 ◦ blue 208

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

Shades of Fuchsia #CE32D0

Tints of Fuchsia #CE32D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.83%

R = 44.4%
G = 10.78%
B = 44.83%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE32D0 (or 0xCE32D0) is known color: Fuchsia. HEX triplet: CE, 32 and D0. RGB value is (206,50,208). Sum of RGB (Red+Green+Blue) = 206+50+208=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE32D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32D0 is #31CD2F. Grayscale: #727272. Windows color (decimal): -3263792 or 13644494. OLE color: 13644494.

HSL color Cylindrical-coordinate representation of color #CE32D0: hue angle of 299.24º degrees, saturation: 0.63, 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 #CE32D0 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 50 208 -
CMYK 0.01 0.76 0 0.18
HSL 299.24º 0.63% 0.51% -
HSV(B) 299.24º 0.76% 0.82% -
XYZ 37.98 19.96 61.52 -
YUV 114.66 180.68 193.15 -
System Red Green Blue C M Y K H S L
Decimal 206 50 208 0.01 0.76 0 0.18 299.24 0.63 0.51
Hex CE 32 D0 1 4C 0 12 12B 3F 33
Octal 316 62 320 1 114 0 22 453 77 63
Binary 11001110 110010 11010000 1 1001100 0 10010 100101011 111111 110011

Color Harmonies of #CE32D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32D0

Black with #CE32D0

Text Example


Text Example

White with #CE32D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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