Html Css Color HEX #CE40BA Fuchsia

📋 copy color: '#CE40BA'

red 206 ◦ green 64 ◦ blue 186

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

Shades of Fuchsia #CE40BA

Tints of Fuchsia #CE40BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.79%

R = 45.18%
G = 14.04%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE40BA (or 0xCE40BA) is known color: Fuchsia. HEX triplet: CE, 40 and BA. RGB value is (206,64,186). Sum of RGB (Red+Green+Blue) = 206+64+186=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE40BA is #31BF45. Grayscale: #787878. Windows color (decimal): -3260230 or 12206286. OLE color: 12206286.

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

Color convert

RGB 206 64 186 -
CMYK 0 0.69 0.10 0.19
HSL 308.45º 0.59% 0.53% -
HSV(B) 308.45º 0.69% 0.81% -
XYZ 36.15 20.33 48.47 -
YUV 120.37 165.04 189.08 -
System Red Green Blue C M Y K H S L
Decimal 206 64 186 0 0.69 0.10 0.19 308.45 0.59 0.53
Hex CE 40 BA 0 45 A 13 134 3B 35
Octal 316 100 272 0 105 12 23 464 73 65
Binary 11001110 1000000 10111010 0 1000101 1010 10011 100110100 111011 110101

Color Harmonies of #CE40BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE40BA

Black with #CE40BA

Text Example


Text Example

White with #CE40BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE40BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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