Html Css Color HEX #CE50D0 Fuchsia

📋 copy color: '#CE50D0'

red 206 ◦ green 80 ◦ blue 208

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

Shades of Fuchsia #CE50D0

Tints of Fuchsia #CE50D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.11%

R = 41.7%
G = 16.19%
B = 42.11%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE50D0 (or 0xCE50D0) is known color: Fuchsia. HEX triplet: CE, 50 and D0. RGB value is (206,80,208). Sum of RGB (Red+Green+Blue) = 206+80+208=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE50D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE50D0 is #31AF2F. Grayscale: #838383. Windows color (decimal): -3256112 or 13652174. OLE color: 13652174.

HSL color Cylindrical-coordinate representation of color #CE50D0: hue angle of 299.06º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE50D0 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 80 208 -
CMYK 0.01 0.62 0 0.18
HSL 299.06º 0.58% 0.56% -
HSV(B) 299.06º 0.62% 0.82% -
XYZ 39.71 23.41 62.1 -
YUV 132.27 170.74 180.59 -
System Red Green Blue C M Y K H S L
Decimal 206 80 208 0.01 0.62 0 0.18 299.06 0.58 0.56
Hex CE 50 D0 1 3E 0 12 12B 3A 38
Octal 316 120 320 1 76 0 22 453 72 70
Binary 11001110 1010000 11010000 1 111110 0 10010 100101011 111010 111000

Color Harmonies of #CE50D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE50D0

Black with #CE50D0

Text Example


Text Example

White with #CE50D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE50D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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