Html Css Color HEX #CE5CC5 Fuchsia

📋 copy color: '#CE5CC5'

red 206 ◦ green 92 ◦ blue 197

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

Shades of Fuchsia #CE5CC5

Tints of Fuchsia #CE5CC5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.59%

 BLUE value IS 197 (77.34% from 255) = 39.8%

R = 41.62%
G = 18.59%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CE5CC5 (or 0xCE5CC5) is known color: Fuchsia. HEX triplet: CE, 5C and C5. RGB value is (206,92,197). Sum of RGB (Red+Green+Blue) = 206+92+197=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5CC5 is #31A33A. Grayscale: #898989. Windows color (decimal): -3253051 or 12934350. OLE color: 12934350.

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

Color convert

RGB 206 92 197 -
CMYK 0 0.55 0.04 0.19
HSL 304.74º 0.54% 0.58% -
HSV(B) 304.74º 0.55% 0.81% -
XYZ 39.36 24.81 55.54 -
YUV 138.06 161.27 176.46 -
System Red Green Blue C M Y K H S L
Decimal 206 92 197 0 0.55 0.04 0.19 304.74 0.54 0.58
Hex CE 5C C5 0 37 4 13 131 36 3A
Octal 316 134 305 0 67 4 23 461 66 72
Binary 11001110 1011100 11000101 0 110111 100 10011 100110001 110110 111010

Color Harmonies of #CE5CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5CC5

Black with #CE5CC5

Text Example


Text Example

White with #CE5CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5CC5; }

 p { color: rgb(206,92,197); }

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

background-color css

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

 a { background-color: rgb(206,92,197); }

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

border-color css

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

 span { border-color: rgb(206,92,197); }

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