Html Css Color HEX #CE5CB3 Fuchsia

📋 copy color: '#CE5CB3'

red 206 ◦ green 92 ◦ blue 179

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

Shades of Fuchsia #CE5CB3

Tints of Fuchsia #CE5CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.53%

R = 43.19%
G = 19.29%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE5CB3 (or 0xCE5CB3) is known color: Fuchsia. HEX triplet: CE, 5C and B3. RGB value is (206,92,179). Sum of RGB (Red+Green+Blue) = 206+92+179=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5CB3 is #31A34C. Grayscale: #878787. Windows color (decimal): -3253069 or 11754702. OLE color: 11754702.

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

Color convert

RGB 206 92 179 -
CMYK 0 0.55 0.13 0.19
HSL 314.21º 0.54% 0.58% -
HSV(B) 314.21º 0.55% 0.81% -
XYZ 37.42 24.03 45.31 -
YUV 136 152.27 177.93 -
System Red Green Blue C M Y K H S L
Decimal 206 92 179 0 0.55 0.13 0.19 314.21 0.54 0.58
Hex CE 5C B3 0 37 D 13 13A 36 3A
Octal 316 134 263 0 67 15 23 472 66 72
Binary 11001110 1011100 10110011 0 110111 1101 10011 100111010 110110 111010

Color Harmonies of #CE5CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5CB3

Black with #CE5CB3

Text Example


Text Example

White with #CE5CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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