Html Css Color HEX #CE5CB4 Fuchsia

📋 copy color: '#CE5CB4'

red 206 ◦ green 92 ◦ blue 180

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

Shades of Fuchsia #CE5CB4

Tints of Fuchsia #CE5CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.66%

R = 43.1%
G = 19.25%
B = 37.66%

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

#CE5CB4 (or 0xCE5CB4) is known color: Fuchsia. HEX triplet: CE, 5C and B4. RGB value is (206,92,180). Sum of RGB (Red+Green+Blue) = 206+92+180=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5CB4 is #31A34B. Grayscale: #878787. Windows color (decimal): -3253068 or 11820238. OLE color: 11820238.

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

Color convert

RGB 206 92 180 -
CMYK 0 0.55 0.13 0.19
HSL 313.68º 0.54% 0.58% -
HSV(B) 313.68º 0.55% 0.81% -
XYZ 37.52 24.07 45.85 -
YUV 136.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 206 92 180 0 0.55 0.13 0.19 313.68 0.54 0.58
Hex CE 5C B4 0 37 D 13 13A 36 3A
Octal 316 134 264 0 67 15 23 472 66 72
Binary 11001110 1011100 10110100 0 110111 1101 10011 100111010 110110 111010

Color Harmonies of #CE5CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5CB4

Black with #CE5CB4

Text Example


Text Example

White with #CE5CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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