Html Css Color HEX #CE41B2 Fuchsia

📋 copy color: '#CE41B2'

red 206 ◦ green 65 ◦ blue 178

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

Shades of Fuchsia #CE41B2

Tints of Fuchsia #CE41B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.64%

R = 45.88%
G = 14.48%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE41B2 (or 0xCE41B2) is known color: Fuchsia. HEX triplet: CE, 41 and B2. RGB value is (206,65,178). Sum of RGB (Red+Green+Blue) = 206+65+178=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE41B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE41B2 is #31BE4D. Grayscale: #777777. Windows color (decimal): -3259982 or 11682254. OLE color: 11682254.

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

Color convert

RGB 206 65 178 -
CMYK 0 0.68 0.14 0.19
HSL 311.91º 0.59% 0.53% -
HSV(B) 311.91º 0.68% 0.81% -
XYZ 35.38 20.12 44.14 -
YUV 120.04 160.71 189.31 -
System Red Green Blue C M Y K H S L
Decimal 206 65 178 0 0.68 0.14 0.19 311.91 0.59 0.53
Hex CE 41 B2 0 44 E 13 138 3B 35
Octal 316 101 262 0 104 16 23 470 73 65
Binary 11001110 1000001 10110010 0 1000100 1110 10011 100111000 111011 110101

Color Harmonies of #CE41B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE41B2

Black with #CE41B2

Text Example


Text Example

White with #CE41B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE41B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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