Html Css Color HEX #CE48BD Fuchsia

📋 copy color: '#CE48BD'

red 206 ◦ green 72 ◦ blue 189

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

Shades of Fuchsia #CE48BD

Tints of Fuchsia #CE48BD

RGB

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

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

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

R = 44.11%
G = 15.42%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE48BD (or 0xCE48BD) is known color: Fuchsia. HEX triplet: CE, 48 and BD. RGB value is (206,72,189). Sum of RGB (Red+Green+Blue) = 206+72+189=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE48BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48BD is #31B742. Grayscale: #7D7D7D. Windows color (decimal): -3258179 or 12404942. OLE color: 12404942.

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

Color convert

RGB 206 72 189 -
CMYK 0 0.65 0.08 0.19
HSL 307.61º 0.58% 0.55% -
HSV(B) 307.61º 0.65% 0.81% -
XYZ 36.96 21.43 50.33 -
YUV 125.4 163.89 185.49 -
System Red Green Blue C M Y K H S L
Decimal 206 72 189 0 0.65 0.08 0.19 307.61 0.58 0.55
Hex CE 48 BD 0 41 8 13 134 3A 37
Octal 316 110 275 0 101 10 23 464 72 67
Binary 11001110 1001000 10111101 0 1000001 1000 10011 100110100 111010 110111

Color Harmonies of #CE48BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE48BD

Black with #CE48BD

Text Example


Text Example

White with #CE48BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE48BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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