Html Css Color HEX #CE41D0 Fuchsia

📋 copy color: '#CE41D0'

red 206 ◦ green 65 ◦ blue 208

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

Shades of Fuchsia #CE41D0

Tints of Fuchsia #CE41D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.42%

R = 43.01%
G = 13.57%
B = 43.42%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE41D0 (or 0xCE41D0) is known color: Fuchsia. HEX triplet: CE, 41 and D0. RGB value is (206,65,208). Sum of RGB (Red+Green+Blue) = 206+65+208=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE41D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41D0 is #31BE2F. Grayscale: #7B7B7B. Windows color (decimal): -3259952 or 13648334. OLE color: 13648334.

HSL color Cylindrical-coordinate representation of color #CE41D0: hue angle of 299.16º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE41D0 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 65 208 -
CMYK 0.01 0.69 0 0.18
HSL 299.16º 0.6% 0.54% -
HSV(B) 299.16º 0.69% 0.82% -
XYZ 38.73 21.46 61.77 -
YUV 123.46 175.71 186.87 -
System Red Green Blue C M Y K H S L
Decimal 206 65 208 0.01 0.69 0 0.18 299.16 0.6 0.54
Hex CE 41 D0 1 45 0 12 12B 3C 36
Octal 316 101 320 1 105 0 22 453 74 66
Binary 11001110 1000001 11010000 1 1000101 0 10010 100101011 111100 110110

Color Harmonies of #CE41D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE41D0

Black with #CE41D0

Text Example


Text Example

White with #CE41D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE41D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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