Html Css Color HEX #CE55CB Fuchsia

📋 copy color: '#CE55CB'

red 206 ◦ green 85 ◦ blue 203

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

Shades of Fuchsia #CE55CB

Tints of Fuchsia #CE55CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.21%

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

R = 41.7%
G = 17.21%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE55CB (or 0xCE55CB) is known color: Fuchsia. HEX triplet: CE, 55 and CB. RGB value is (206,85,203). Sum of RGB (Red+Green+Blue) = 206+85+203=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55CB is #31AA34. Grayscale: #868686. Windows color (decimal): -3254837 or 13325774. OLE color: 13325774.

HSL color Cylindrical-coordinate representation of color #CE55CB: hue angle of 301.49º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE55CB is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 85 203 -
CMYK 0 0.59 0.01 0.19
HSL 301.49º 0.55% 0.57% -
HSV(B) 301.49º 0.59% 0.81% -
XYZ 39.48 23.93 59.04 -
YUV 134.63 166.59 178.91 -
System Red Green Blue C M Y K H S L
Decimal 206 85 203 0 0.59 0.01 0.19 301.49 0.55 0.57
Hex CE 55 CB 0 3B 1 13 12D 37 39
Octal 316 125 313 0 73 1 23 455 67 71
Binary 11001110 1010101 11001011 0 111011 1 10011 100101101 110111 111001

Color Harmonies of #CE55CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55CB

Black with #CE55CB

Text Example


Text Example

White with #CE55CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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