Html Css Color HEX #CE48B2 Fuchsia

📋 copy color: '#CE48B2'

red 206 ◦ green 72 ◦ blue 178

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

Shades of Fuchsia #CE48B2

Tints of Fuchsia #CE48B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.04%

R = 45.18%
G = 15.79%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE48B2 (or 0xCE48B2) is known color: Fuchsia. HEX triplet: CE, 48 and B2. RGB value is (206,72,178). Sum of RGB (Red+Green+Blue) = 206+72+178=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE48B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE48B2 is #31B74D. Grayscale: #7B7B7B. Windows color (decimal): -3258190 or 11684046. OLE color: 11684046.

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

Color convert

RGB 206 72 178 -
CMYK 0 0.65 0.14 0.19
HSL 312.54º 0.58% 0.55% -
HSV(B) 312.54º 0.65% 0.81% -
XYZ 35.81 20.97 44.28 -
YUV 124.15 158.39 186.38 -
System Red Green Blue C M Y K H S L
Decimal 206 72 178 0 0.65 0.14 0.19 312.54 0.58 0.55
Hex CE 48 B2 0 41 E 13 139 3A 37
Octal 316 110 262 0 101 16 23 471 72 67
Binary 11001110 1001000 10110010 0 1000001 1110 10011 100111001 111010 110111

Color Harmonies of #CE48B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE48B2

Black with #CE48B2

Text Example


Text Example

White with #CE48B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE48B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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