Html Css Color HEX #CE48BF Fuchsia

📋 copy color: '#CE48BF'

red 206 ◦ green 72 ◦ blue 191

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

Shades of Fuchsia #CE48BF

Tints of Fuchsia #CE48BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.72%

R = 43.92%
G = 15.35%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE48BF (or 0xCE48BF) is known color: Fuchsia. HEX triplet: CE, 48 and BF. RGB value is (206,72,191). Sum of RGB (Red+Green+Blue) = 206+72+191=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE48BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48BF is #31B740. Grayscale: #7D7D7D. Windows color (decimal): -3258177 or 12536014. OLE color: 12536014.

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

Color convert

RGB 206 72 191 -
CMYK 0 0.65 0.07 0.19
HSL 306.72º 0.58% 0.55% -
HSV(B) 306.72º 0.65% 0.81% -
XYZ 37.17 21.52 51.48 -
YUV 125.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 206 72 191 0 0.65 0.07 0.19 306.72 0.58 0.55
Hex CE 48 BF 0 41 7 13 133 3A 37
Octal 316 110 277 0 101 7 23 463 72 67
Binary 11001110 1001000 10111111 0 1000001 111 10011 100110011 111010 110111

Color Harmonies of #CE48BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE48BF

Black with #CE48BF

Text Example


Text Example

White with #CE48BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE48BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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