Html Css Color HEX #CE5CC0 Fuchsia

📋 copy color: '#CE5CC0'

red 206 ◦ green 92 ◦ blue 192

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

Shades of Fuchsia #CE5CC0

Tints of Fuchsia #CE5CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.18%

R = 42.04%
G = 18.78%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE5CC0 (or 0xCE5CC0) is known color: Fuchsia. HEX triplet: CE, 5C and C0. RGB value is (206,92,192). Sum of RGB (Red+Green+Blue) = 206+92+192=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5CC0 is #31A33F. Grayscale: #898989. Windows color (decimal): -3253056 or 12606670. OLE color: 12606670.

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

Color convert

RGB 206 92 192 -
CMYK 0 0.55 0.07 0.19
HSL 307.37º 0.54% 0.58% -
HSV(B) 307.37º 0.55% 0.81% -
XYZ 38.8 24.58 52.57 -
YUV 137.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 206 92 192 0 0.55 0.07 0.19 307.37 0.54 0.58
Hex CE 5C C0 0 37 7 13 133 36 3A
Octal 316 134 300 0 67 7 23 463 66 72
Binary 11001110 1011100 11000000 0 110111 111 10011 100110011 110110 111010

Color Harmonies of #CE5CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5CC0

Black with #CE5CC0

Text Example


Text Example

White with #CE5CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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