Html Css Color HEX #CE5FB7 Fuchsia

📋 copy color: '#CE5FB7'

red 206 ◦ green 95 ◦ blue 183

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

Shades of Fuchsia #CE5FB7

Tints of Fuchsia #CE5FB7

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.63%

 BLUE value IS 183 (71.88% from 255) = 37.81%

R = 42.56%
G = 19.63%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CE5FB7 (or 0xCE5FB7) is known color: Fuchsia. HEX triplet: CE, 5F and B7. RGB value is (206,95,183). Sum of RGB (Red+Green+Blue) = 206+95+183=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FB7 is #31A048. Grayscale: #898989. Windows color (decimal): -3252297 or 12017614. OLE color: 12017614.

HSL color Cylindrical-coordinate representation of color #CE5FB7: hue angle of 312.43º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5FB7 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 95 183 -
CMYK 0 0.54 0.11 0.19
HSL 312.43º 0.53% 0.59% -
HSV(B) 312.43º 0.54% 0.81% -
XYZ 38.09 24.73 47.56 -
YUV 138.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 206 95 183 0 0.54 0.11 0.19 312.43 0.53 0.59
Hex CE 5F B7 0 36 B 13 138 35 3B
Octal 316 137 267 0 66 13 23 470 65 73
Binary 11001110 1011111 10110111 0 110110 1011 10011 100111000 110101 111011

Color Harmonies of #CE5FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5FB7

Black with #CE5FB7

Text Example


Text Example

White with #CE5FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5FB7; }

 p { color: rgb(206,95,183); }

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

background-color css

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

 a { background-color: rgb(206,95,183); }

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

border-color css

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

 span { border-color: rgb(206,95,183); }

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