Html Css Color HEX #CE40D5 Fuchsia

📋 copy color: '#CE40D5'

red 206 ◦ green 64 ◦ blue 213

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

Shades of Fuchsia #CE40D5

Tints of Fuchsia #CE40D5

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.25%

 BLUE value IS 213 (83.59% from 255) = 44.1%

R = 42.65%
G = 13.25%
B = 44.1%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE40D5 (or 0xCE40D5) is known color: Fuchsia. HEX triplet: CE, 40 and D5. RGB value is (206,64,213). Sum of RGB (Red+Green+Blue) = 206+64+213=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE40D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE40D5 is #31BF2A. Grayscale: #7A7A7A. Windows color (decimal): -3260203 or 13975758. OLE color: 13975758.

HSL color Cylindrical-coordinate representation of color #CE40D5: hue angle of 297.18º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE40D5 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 64 213 -
CMYK 0.03 0.70 0 0.16
HSL 297.18º 0.64% 0.54% -
HSV(B) 297.18º 0.7% 0.84% -
XYZ 39.3 21.59 65.05 -
YUV 123.44 178.54 186.88 -
System Red Green Blue C M Y K H S L
Decimal 206 64 213 0.03 0.70 0 0.16 297.18 0.64 0.54
Hex CE 40 D5 3 46 0 10 129 40 36
Octal 316 100 325 3 106 0 20 451 100 66
Binary 11001110 1000000 11010101 11 1000110 0 10000 100101001 1000000 110110

Color Harmonies of #CE40D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE40D5

Black with #CE40D5

Text Example


Text Example

White with #CE40D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE40D5; }

 p { color: rgb(206,64,213); }

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

background-color css

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

 a { background-color: rgb(206,64,213); }

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

border-color css

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

 span { border-color: rgb(206,64,213); }

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