Html Css Color HEX #CE44BB Fuchsia

📋 copy color: '#CE44BB'

red 206 ◦ green 68 ◦ blue 187

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

Shades of Fuchsia #CE44BB

Tints of Fuchsia #CE44BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 44.69%
G = 14.75%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE44BB (or 0xCE44BB) is known color: Fuchsia. HEX triplet: CE, 44 and BB. RGB value is (206,68,187). Sum of RGB (Red+Green+Blue) = 206+68+187=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE44BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE44BB is #31BB44. Grayscale: #7A7A7A. Windows color (decimal): -3259205 or 12272846. OLE color: 12272846.

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

Color convert

RGB 206 68 187 -
CMYK 0 0.67 0.09 0.19
HSL 308.26º 0.58% 0.54% -
HSV(B) 308.26º 0.67% 0.81% -
XYZ 36.49 20.84 49.11 -
YUV 122.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 206 68 187 0 0.67 0.09 0.19 308.26 0.58 0.54
Hex CE 44 BB 0 43 9 13 134 3A 36
Octal 316 104 273 0 103 11 23 464 72 66
Binary 11001110 1000100 10111011 0 1000011 1001 10011 100110100 111010 110110

Color Harmonies of #CE44BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE44BB

Black with #CE44BB

Text Example


Text Example

White with #CE44BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE44BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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