Html Css Color HEX #CE50AF Fuchsia

📋 copy color: '#CE50AF'

red 206 ◦ green 80 ◦ blue 175

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

Shades of Fuchsia #CE50AF

Tints of Fuchsia #CE50AF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.35%

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

R = 44.69%
G = 17.35%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE50AF (or 0xCE50AF) is known color: Fuchsia. HEX triplet: CE, 50 and AF. RGB value is (206,80,175). Sum of RGB (Red+Green+Blue) = 206+80+175=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE50AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE50AF is #31AF50. Grayscale: #808080. Windows color (decimal): -3256145 or 11489486. OLE color: 11489486.

HSL color Cylindrical-coordinate representation of color #CE50AF: hue angle of 314.76º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE50AF is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 80 175 -
CMYK 0 0.61 0.15 0.19
HSL 314.76º 0.56% 0.56% -
HSV(B) 314.76º 0.61% 0.81% -
XYZ 36.06 21.95 42.89 -
YUV 128.5 154.24 183.28 -
System Red Green Blue C M Y K H S L
Decimal 206 80 175 0 0.61 0.15 0.19 314.76 0.56 0.56
Hex CE 50 AF 0 3D F 13 13B 38 38
Octal 316 120 257 0 75 17 23 473 70 70
Binary 11001110 1010000 10101111 0 111101 1111 10011 100111011 111000 111000

Color Harmonies of #CE50AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE50AF

Black with #CE50AF

Text Example


Text Example

White with #CE50AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE50AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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