Html Css Color HEX #CE40AB Fuchsia

📋 copy color: '#CE40AB'

red 206 ◦ green 64 ◦ blue 171

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

Shades of Fuchsia #CE40AB

Tints of Fuchsia #CE40AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.78%

R = 46.71%
G = 14.51%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE40AB (or 0xCE40AB) is known color: Fuchsia. HEX triplet: CE, 40 and AB. RGB value is (206,64,171). Sum of RGB (Red+Green+Blue) = 206+64+171=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE40AB is #31BF54. Grayscale: #767676. Windows color (decimal): -3260245 or 11223246. OLE color: 11223246.

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

Color convert

RGB 206 64 171 -
CMYK 0 0.69 0.17 0.19
HSL 314.79º 0.59% 0.53% -
HSV(B) 314.79º 0.69% 0.81% -
XYZ 34.64 19.73 40.51 -
YUV 118.66 157.54 190.3 -
System Red Green Blue C M Y K H S L
Decimal 206 64 171 0 0.69 0.17 0.19 314.79 0.59 0.53
Hex CE 40 AB 0 45 11 13 13B 3B 35
Octal 316 100 253 0 105 21 23 473 73 65
Binary 11001110 1000000 10101011 0 1000101 10001 10011 100111011 111011 110101

Color Harmonies of #CE40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE40AB

Black with #CE40AB

Text Example


Text Example

White with #CE40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE40AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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