Html Css Color HEX #CE50CB Fuchsia

📋 copy color: '#CE50CB'

red 206 ◦ green 80 ◦ blue 203

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

Shades of Fuchsia #CE50CB

Tints of Fuchsia #CE50CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.51%

R = 42.13%
G = 16.36%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE50CB (or 0xCE50CB) is known color: Fuchsia. HEX triplet: CE, 50 and CB. RGB value is (206,80,203). Sum of RGB (Red+Green+Blue) = 206+80+203=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE50CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE50CB is #31AF34. Grayscale: #838383. Windows color (decimal): -3256117 or 13324494. OLE color: 13324494.

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

Color convert

RGB 206 80 203 -
CMYK 0 0.61 0.01 0.19
HSL 301.43º 0.56% 0.56% -
HSV(B) 301.43º 0.61% 0.81% -
XYZ 39.1 23.17 58.91 -
YUV 131.7 168.24 181 -
System Red Green Blue C M Y K H S L
Decimal 206 80 203 0 0.61 0.01 0.19 301.43 0.56 0.56
Hex CE 50 CB 0 3D 1 13 12D 38 38
Octal 316 120 313 0 75 1 23 455 70 70
Binary 11001110 1010000 11001011 0 111101 1 10011 100101101 111000 111000

Color Harmonies of #CE50CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE50CB

Black with #CE50CB

Text Example


Text Example

White with #CE50CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE50CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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