Html Css Color HEX #CE44BD Fuchsia

📋 copy color: '#CE44BD'

red 206 ◦ green 68 ◦ blue 189

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

Shades of Fuchsia #CE44BD

Tints of Fuchsia #CE44BD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.69%

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

R = 44.49%
G = 14.69%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE44BD (or 0xCE44BD) is known color: Fuchsia. HEX triplet: CE, 44 and BD. RGB value is (206,68,189). Sum of RGB (Red+Green+Blue) = 206+68+189=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE44BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE44BD is #31BB42. Grayscale: #7A7A7A. Windows color (decimal): -3259203 or 12403918. OLE color: 12403918.

HSL color Cylindrical-coordinate representation of color #CE44BD: hue angle of 307.39º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE44BD is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 68 189 -
CMYK 0 0.67 0.08 0.19
HSL 307.39º 0.58% 0.54% -
HSV(B) 307.39º 0.67% 0.81% -
XYZ 36.71 20.93 50.25 -
YUV 123.06 165.22 187.16 -
System Red Green Blue C M Y K H S L
Decimal 206 68 189 0 0.67 0.08 0.19 307.39 0.58 0.54
Hex CE 44 BD 0 43 8 13 133 3A 36
Octal 316 104 275 0 103 10 23 463 72 66
Binary 11001110 1000100 10111101 0 1000011 1000 10011 100110011 111010 110110

Color Harmonies of #CE44BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE44BD

Black with #CE44BD

Text Example


Text Example

White with #CE44BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE44BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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