Html Css Color HEX #CE40B5 Fuchsia

📋 copy color: '#CE40B5'

red 206 ◦ green 64 ◦ blue 181

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

Shades of Fuchsia #CE40B5

Tints of Fuchsia #CE40B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.13%

R = 45.68%
G = 14.19%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE40B5 (or 0xCE40B5) is known color: Fuchsia. HEX triplet: CE, 40 and B5. RGB value is (206,64,181). Sum of RGB (Red+Green+Blue) = 206+64+181=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE40B5 is #31BF4A. Grayscale: #777777. Windows color (decimal): -3260235 or 11878606. OLE color: 11878606.

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

Color convert

RGB 206 64 181 -
CMYK 0 0.69 0.12 0.19
HSL 310.56º 0.59% 0.53% -
HSV(B) 310.56º 0.69% 0.81% -
XYZ 35.63 20.12 45.72 -
YUV 119.8 162.54 189.49 -
System Red Green Blue C M Y K H S L
Decimal 206 64 181 0 0.69 0.12 0.19 310.56 0.59 0.53
Hex CE 40 B5 0 45 C 13 137 3B 35
Octal 316 100 265 0 105 14 23 467 73 65
Binary 11001110 1000000 10110101 0 1000101 1100 10011 100110111 111011 110101

Color Harmonies of #CE40B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE40B5

Black with #CE40B5

Text Example


Text Example

White with #CE40B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE40B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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