Html Css Color HEX #CE40B2 Fuchsia

📋 copy color: '#CE40B2'

red 206 ◦ green 64 ◦ blue 178

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

Shades of Fuchsia #CE40B2

Tints of Fuchsia #CE40B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.73%

R = 45.98%
G = 14.29%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE40B2 (or 0xCE40B2) is known color: Fuchsia. HEX triplet: CE, 40 and B2. RGB value is (206,64,178). Sum of RGB (Red+Green+Blue) = 206+64+178=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE40B2 is #31BF4D. Grayscale: #777777. Windows color (decimal): -3260238 or 11681998. OLE color: 11681998.

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

Color convert

RGB 206 64 178 -
CMYK 0 0.69 0.14 0.19
HSL 311.83º 0.59% 0.53% -
HSV(B) 311.83º 0.69% 0.81% -
XYZ 35.32 20 44.12 -
YUV 119.45 161.04 189.73 -
System Red Green Blue C M Y K H S L
Decimal 206 64 178 0 0.69 0.14 0.19 311.83 0.59 0.53
Hex CE 40 B2 0 45 E 13 138 3B 35
Octal 316 100 262 0 105 16 23 470 73 65
Binary 11001110 1000000 10110010 0 1000101 1110 10011 100111000 111011 110101

Color Harmonies of #CE40B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE40B2

Black with #CE40B2

Text Example


Text Example

White with #CE40B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE40B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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