Html Css Color HEX #CE41C9 Fuchsia

📋 copy color: '#CE41C9'

red 206 ◦ green 65 ◦ blue 201

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

Shades of Fuchsia #CE41C9

Tints of Fuchsia #CE41C9

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.77%

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

R = 43.64%
G = 13.77%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE41C9 (or 0xCE41C9) is known color: Fuchsia. HEX triplet: CE, 41 and C9. RGB value is (206,65,201). Sum of RGB (Red+Green+Blue) = 206+65+201=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE41C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41C9 is #31BE36. Grayscale: #7A7A7A. Windows color (decimal): -3259959 or 13189582. OLE color: 13189582.

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

Color convert

RGB 206 65 201 -
CMYK 0 0.68 0.02 0.19
HSL 302.13º 0.59% 0.53% -
HSV(B) 302.13º 0.68% 0.81% -
XYZ 37.89 21.12 57.34 -
YUV 122.66 172.21 187.44 -
System Red Green Blue C M Y K H S L
Decimal 206 65 201 0 0.68 0.02 0.19 302.13 0.59 0.53
Hex CE 41 C9 0 44 2 13 12E 3B 35
Octal 316 101 311 0 104 2 23 456 73 65
Binary 11001110 1000001 11001001 0 1000100 10 10011 100101110 111011 110101

Color Harmonies of #CE41C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE41C9

Black with #CE41C9

Text Example


Text Example

White with #CE41C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE41C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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