Html Css Color HEX #CE3FC9 Fuchsia

📋 copy color: '#CE3FC9'

red 206 ◦ green 63 ◦ blue 201

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

Shades of Fuchsia #CE3FC9

Tints of Fuchsia #CE3FC9

RGB

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

 GREEN value IS 63 (25% from 255) = 13.4%

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

R = 43.83%
G = 13.4%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE3FC9 (or 0xCE3FC9) is known color: Fuchsia. HEX triplet: CE, 3F and C9. RGB value is (206,63,201). Sum of RGB (Red+Green+Blue) = 206+63+201=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FC9 is #31C036. Grayscale: #797979. Windows color (decimal): -3260471 or 13189070. OLE color: 13189070.

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

Color convert

RGB 206 63 201 -
CMYK 0 0.69 0.02 0.19
HSL 302.1º 0.59% 0.53% -
HSV(B) 302.1º 0.69% 0.81% -
XYZ 37.77 20.89 57.3 -
YUV 121.49 172.88 188.28 -
System Red Green Blue C M Y K H S L
Decimal 206 63 201 0 0.69 0.02 0.19 302.1 0.59 0.53
Hex CE 3F C9 0 45 2 13 12E 3B 35
Octal 316 77 311 0 105 2 23 456 73 65
Binary 11001110 111111 11001001 0 1000101 10 10011 100101110 111011 110101

Color Harmonies of #CE3FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3FC9

Black with #CE3FC9

Text Example


Text Example

White with #CE3FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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