Html Css Color HEX #CE48CB Fuchsia

📋 copy color: '#CE48CB'

red 206 ◦ green 72 ◦ blue 203

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

Shades of Fuchsia #CE48CB

Tints of Fuchsia #CE48CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.2%

R = 42.83%
G = 14.97%
B = 42.2%

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

#CE48CB (or 0xCE48CB) is known color: Fuchsia. HEX triplet: CE, 48 and CB. RGB value is (206,72,203). Sum of RGB (Red+Green+Blue) = 206+72+203=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE48CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48CB is #31B734. Grayscale: #7E7E7E. Windows color (decimal): -3258165 or 13322446. OLE color: 13322446.

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

Color convert

RGB 206 72 203 -
CMYK 0 0.65 0.01 0.19
HSL 301.34º 0.58% 0.55% -
HSV(B) 301.34º 0.65% 0.81% -
XYZ 38.55 22.07 58.73 -
YUV 127 170.89 184.35 -
System Red Green Blue C M Y K H S L
Decimal 206 72 203 0 0.65 0.01 0.19 301.34 0.58 0.55
Hex CE 48 CB 0 41 1 13 12D 3A 37
Octal 316 110 313 0 101 1 23 455 72 67
Binary 11001110 1001000 11001011 0 1000001 1 10011 100101101 111010 110111

Color Harmonies of #CE48CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE48CB

Black with #CE48CB

Text Example


Text Example

White with #CE48CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE48CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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