Html Css Color HEX #CE48BB Fuchsia

📋 copy color: '#CE48BB'

red 206 ◦ green 72 ◦ blue 187

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

Shades of Fuchsia #CE48BB

Tints of Fuchsia #CE48BB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.48%

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

R = 44.3%
G = 15.48%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE48BB (or 0xCE48BB) is known color: Fuchsia. HEX triplet: CE, 48 and BB. RGB value is (206,72,187). Sum of RGB (Red+Green+Blue) = 206+72+187=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE48BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48BB is #31B744. Grayscale: #7C7C7C. Windows color (decimal): -3258181 or 12273870. OLE color: 12273870.

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

Color convert

RGB 206 72 187 -
CMYK 0 0.65 0.09 0.19
HSL 308.51º 0.58% 0.55% -
HSV(B) 308.51º 0.65% 0.81% -
XYZ 36.74 21.34 49.2 -
YUV 125.18 162.89 185.65 -
System Red Green Blue C M Y K H S L
Decimal 206 72 187 0 0.65 0.09 0.19 308.51 0.58 0.55
Hex CE 48 BB 0 41 9 13 135 3A 37
Octal 316 110 273 0 101 11 23 465 72 67
Binary 11001110 1001000 10111011 0 1000001 1001 10011 100110101 111010 110111

Color Harmonies of #CE48BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE48BB

Black with #CE48BB

Text Example


Text Example

White with #CE48BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE48BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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