Html Css Color HEX #CE32C9 Fuchsia

📋 copy color: '#CE32C9'

red 206 ◦ green 50 ◦ blue 201

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

Shades of Fuchsia #CE32C9

Tints of Fuchsia #CE32C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.98%

R = 45.08%
G = 10.94%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE32C9 (or 0xCE32C9) is known color: Fuchsia. HEX triplet: CE, 32 and C9. RGB value is (206,50,201). Sum of RGB (Red+Green+Blue) = 206+50+201=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 50 (19.92% from 255 or 10.94% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32C9 is #31CD36. Grayscale: #717171. Windows color (decimal): -3263799 or 13185742. OLE color: 13185742.

HSL color Cylindrical-coordinate representation of color #CE32C9: hue angle of 301.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE32C9 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 50 201 -
CMYK 0 0.76 0.02 0.19
HSL 301.92º 0.61% 0.5% -
HSV(B) 301.92º 0.76% 0.81% -
XYZ 37.14 19.62 57.09 -
YUV 113.86 177.18 193.72 -
System Red Green Blue C M Y K H S L
Decimal 206 50 201 0 0.76 0.02 0.19 301.92 0.61 0.5
Hex CE 32 C9 0 4C 2 13 12E 3D 32
Octal 316 62 311 0 114 2 23 456 75 62
Binary 11001110 110010 11001001 0 1001100 10 10011 100101110 111101 110010

Color Harmonies of #CE32C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32C9

Black with #CE32C9

Text Example


Text Example

White with #CE32C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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