Html Css Color HEX #CE4EB0 Fuchsia

📋 copy color: '#CE4EB0'

red 206 ◦ green 78 ◦ blue 176

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

Shades of Fuchsia #CE4EB0

Tints of Fuchsia #CE4EB0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.96%

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

R = 44.78%
G = 16.96%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE4EB0 (or 0xCE4EB0) is known color: Fuchsia. HEX triplet: CE, 4E and B0. RGB value is (206,78,176). Sum of RGB (Red+Green+Blue) = 206+78+176=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4EB0 is #31B14F. Grayscale: #7F7F7F. Windows color (decimal): -3256656 or 11554510. OLE color: 11554510.

HSL color Cylindrical-coordinate representation of color #CE4EB0: hue angle of 314.06º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4EB0 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 78 176 -
CMYK 0 0.62 0.15 0.19
HSL 314.06º 0.57% 0.56% -
HSV(B) 314.06º 0.62% 0.81% -
XYZ 36.01 21.71 43.37 -
YUV 127.44 155.41 184.03 -
System Red Green Blue C M Y K H S L
Decimal 206 78 176 0 0.62 0.15 0.19 314.06 0.57 0.56
Hex CE 4E B0 0 3E F 13 13A 39 38
Octal 316 116 260 0 76 17 23 472 71 70
Binary 11001110 1001110 10110000 0 111110 1111 10011 100111010 111001 111000

Color Harmonies of #CE4EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4EB0

Black with #CE4EB0

Text Example


Text Example

White with #CE4EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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