Html Css Color HEX #CE41BE Fuchsia

📋 copy color: '#CE41BE'

red 206 ◦ green 65 ◦ blue 190

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

Shades of Fuchsia #CE41BE

Tints of Fuchsia #CE41BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.21%

R = 44.69%
G = 14.1%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE41BE (or 0xCE41BE) is known color: Fuchsia. HEX triplet: CE, 41 and BE. RGB value is (206,65,190). Sum of RGB (Red+Green+Blue) = 206+65+190=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE41BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41BE is #31BE41. Grayscale: #797979. Windows color (decimal): -3259970 or 12468686. OLE color: 12468686.

HSL color Cylindrical-coordinate representation of color #CE41BE: hue angle of 306.81º 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 #CE41BE is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 65 190 -
CMYK 0 0.68 0.08 0.19
HSL 306.81º 0.59% 0.53% -
HSV(B) 306.81º 0.68% 0.81% -
XYZ 36.64 20.62 50.76 -
YUV 121.41 166.71 188.34 -
System Red Green Blue C M Y K H S L
Decimal 206 65 190 0 0.68 0.08 0.19 306.81 0.59 0.53
Hex CE 41 BE 0 44 8 13 133 3B 35
Octal 316 101 276 0 104 10 23 463 73 65
Binary 11001110 1000001 10111110 0 1000100 1000 10011 100110011 111011 110101

Color Harmonies of #CE41BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE41BE

Black with #CE41BE

Text Example


Text Example

White with #CE41BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE41BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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