Html Css Color HEX #CE48B5 Fuchsia

📋 copy color: '#CE48B5'

red 206 ◦ green 72 ◦ blue 181

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

Shades of Fuchsia #CE48B5

Tints of Fuchsia #CE48B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.43%

R = 44.88%
G = 15.69%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE48B5 (or 0xCE48B5) is known color: Fuchsia. HEX triplet: CE, 48 and B5. RGB value is (206,72,181). Sum of RGB (Red+Green+Blue) = 206+72+181=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE48B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48B5 is #31B74A. Grayscale: #7C7C7C. Windows color (decimal): -3258187 or 11880654. OLE color: 11880654.

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

Color convert

RGB 206 72 181 -
CMYK 0 0.65 0.12 0.19
HSL 311.19º 0.58% 0.55% -
HSV(B) 311.19º 0.65% 0.81% -
XYZ 36.11 21.09 45.88 -
YUV 124.49 159.89 186.14 -
System Red Green Blue C M Y K H S L
Decimal 206 72 181 0 0.65 0.12 0.19 311.19 0.58 0.55
Hex CE 48 B5 0 41 C 13 137 3A 37
Octal 316 110 265 0 101 14 23 467 72 67
Binary 11001110 1001000 10110101 0 1000001 1100 10011 100110111 111010 110111

Color Harmonies of #CE48B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE48B5

Black with #CE48B5

Text Example


Text Example

White with #CE48B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE48B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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