Html Css Color HEX #CE54AF Fuchsia

📋 copy color: '#CE54AF'

red 206 ◦ green 84 ◦ blue 175

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

Shades of Fuchsia #CE54AF

Tints of Fuchsia #CE54AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.06%

 BLUE value IS 175 (68.75% from 255) = 37.63%

R = 44.3%
G = 18.06%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE54AF (or 0xCE54AF) is known color: Fuchsia. HEX triplet: CE, 54 and AF. RGB value is (206,84,175). Sum of RGB (Red+Green+Blue) = 206+84+175=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE54AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE54AF is #31AB50. Grayscale: #828282. Windows color (decimal): -3255121 or 11490510. OLE color: 11490510.

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

Color convert

RGB 206 84 175 -
CMYK 0 0.59 0.15 0.19
HSL 315.25º 0.55% 0.57% -
HSV(B) 315.25º 0.59% 0.81% -
XYZ 36.36 22.56 43 -
YUV 130.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 206 84 175 0 0.59 0.15 0.19 315.25 0.55 0.57
Hex CE 54 AF 0 3B F 13 13B 37 39
Octal 316 124 257 0 73 17 23 473 67 71
Binary 11001110 1010100 10101111 0 111011 1111 10011 100111011 110111 111001

Color Harmonies of #CE54AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE54AF

Black with #CE54AF

Text Example


Text Example

White with #CE54AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE54AF; }

 p { color: rgb(206,84,175); }

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

background-color css

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

 a { background-color: rgb(206,84,175); }

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

border-color css

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

 span { border-color: rgb(206,84,175); }

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