Html Css Color HEX #CE4EBD Fuchsia

📋 copy color: '#CE4EBD'

red 206 ◦ green 78 ◦ blue 189

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

Shades of Fuchsia #CE4EBD

Tints of Fuchsia #CE4EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.96%

R = 43.55%
G = 16.49%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE4EBD (or 0xCE4EBD) is known color: Fuchsia. HEX triplet: CE, 4E and BD. RGB value is (206,78,189). Sum of RGB (Red+Green+Blue) = 206+78+189=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4EBD is #31B142. Grayscale: #808080. Windows color (decimal): -3256643 or 12406478. OLE color: 12406478.

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

Color convert

RGB 206 78 189 -
CMYK 0 0.62 0.08 0.19
HSL 307.97º 0.57% 0.56% -
HSV(B) 307.97º 0.62% 0.81% -
XYZ 37.36 22.24 50.47 -
YUV 128.93 161.91 182.97 -
System Red Green Blue C M Y K H S L
Decimal 206 78 189 0 0.62 0.08 0.19 307.97 0.57 0.56
Hex CE 4E BD 0 3E 8 13 134 39 38
Octal 316 116 275 0 76 10 23 464 71 70
Binary 11001110 1001110 10111101 0 111110 1000 10011 100110100 111001 111000

Color Harmonies of #CE4EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4EBD

Black with #CE4EBD

Text Example


Text Example

White with #CE4EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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