Html Css Color HEX #CE40B0 Fuchsia

📋 copy color: '#CE40B0'

red 206 ◦ green 64 ◦ blue 176

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

Shades of Fuchsia #CE40B0

Tints of Fuchsia #CE40B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.46%

R = 46.19%
G = 14.35%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE40B0 (or 0xCE40B0) is known color: Fuchsia. HEX triplet: CE, 40 and B0. RGB value is (206,64,176). Sum of RGB (Red+Green+Blue) = 206+64+176=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE40B0 is #31BF4F. Grayscale: #767676. Windows color (decimal): -3260240 or 11550926. OLE color: 11550926.

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

Color convert

RGB 206 64 176 -
CMYK 0 0.69 0.15 0.19
HSL 312.68º 0.59% 0.53% -
HSV(B) 312.68º 0.69% 0.81% -
XYZ 35.12 19.92 43.07 -
YUV 119.23 160.04 189.89 -
System Red Green Blue C M Y K H S L
Decimal 206 64 176 0 0.69 0.15 0.19 312.68 0.59 0.53
Hex CE 40 B0 0 45 F 13 139 3B 35
Octal 316 100 260 0 105 17 23 471 73 65
Binary 11001110 1000000 10110000 0 1000101 1111 10011 100111001 111011 110101

Color Harmonies of #CE40B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE40B0

Black with #CE40B0

Text Example


Text Example

White with #CE40B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE40B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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