Html Css Color HEX #CE48CC Fuchsia

📋 copy color: '#CE48CC'

red 206 ◦ green 72 ◦ blue 204

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

Shades of Fuchsia #CE48CC

Tints of Fuchsia #CE48CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 42.74%
G = 14.94%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE48CC (or 0xCE48CC) is known color: Fuchsia. HEX triplet: CE, 48 and CC. RGB value is (206,72,204). Sum of RGB (Red+Green+Blue) = 206+72+204=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE48CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48CC is #31B733. Grayscale: #7E7E7E. Windows color (decimal): -3258164 or 13387982. OLE color: 13387982.

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

Color convert

RGB 206 72 204 -
CMYK 0 0.65 0.01 0.19
HSL 300.9º 0.58% 0.55% -
HSV(B) 300.9º 0.65% 0.81% -
XYZ 38.67 22.12 59.36 -
YUV 127.11 171.39 184.27 -
System Red Green Blue C M Y K H S L
Decimal 206 72 204 0 0.65 0.01 0.19 300.9 0.58 0.55
Hex CE 48 CC 0 41 1 13 12D 3A 37
Octal 316 110 314 0 101 1 23 455 72 67
Binary 11001110 1001000 11001100 0 1000001 1 10011 100101101 111010 110111

Color Harmonies of #CE48CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE48CC

Black with #CE48CC

Text Example


Text Example

White with #CE48CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE48CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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