Html Css Color HEX #CE55CC Fuchsia

📋 copy color: '#CE55CC'

red 206 ◦ green 85 ◦ blue 204

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

Shades of Fuchsia #CE55CC

Tints of Fuchsia #CE55CC

RGB

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

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

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

R = 41.62%
G = 17.17%
B = 41.21%

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

#CE55CC (or 0xCE55CC) is known color: Fuchsia. HEX triplet: CE, 55 and CC. RGB value is (206,85,204). Sum of RGB (Red+Green+Blue) = 206+85+204=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55CC is #31AA33. Grayscale: #868686. Windows color (decimal): -3254836 or 13391310. OLE color: 13391310.

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

Color convert

RGB 206 85 204 -
CMYK 0 0.59 0.01 0.19
HSL 300.99º 0.55% 0.57% -
HSV(B) 300.99º 0.59% 0.81% -
XYZ 39.6 23.98 59.67 -
YUV 134.75 167.09 178.82 -
System Red Green Blue C M Y K H S L
Decimal 206 85 204 0 0.59 0.01 0.19 300.99 0.55 0.57
Hex CE 55 CC 0 3B 1 13 12D 37 39
Octal 316 125 314 0 73 1 23 455 67 71
Binary 11001110 1010101 11001100 0 111011 1 10011 100101101 110111 111001

Color Harmonies of #CE55CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55CC

Black with #CE55CC

Text Example


Text Example

White with #CE55CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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