Html Css Color HEX #CE5FB3 Fuchsia

📋 copy color: '#CE5FB3'

red 206 ◦ green 95 ◦ blue 179

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

Shades of Fuchsia #CE5FB3

Tints of Fuchsia #CE5FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.29%

R = 42.92%
G = 19.79%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE5FB3 (or 0xCE5FB3) is known color: Fuchsia. HEX triplet: CE, 5F and B3. RGB value is (206,95,179). Sum of RGB (Red+Green+Blue) = 206+95+179=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FB3 is #31A04C. Grayscale: #898989. Windows color (decimal): -3252301 or 11755470. OLE color: 11755470.

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

Color convert

RGB 206 95 179 -
CMYK 0 0.54 0.13 0.19
HSL 314.59º 0.53% 0.59% -
HSV(B) 314.59º 0.54% 0.81% -
XYZ 37.68 24.56 45.4 -
YUV 137.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 206 95 179 0 0.54 0.13 0.19 314.59 0.53 0.59
Hex CE 5F B3 0 36 D 13 13B 35 3B
Octal 316 137 263 0 66 15 23 473 65 73
Binary 11001110 1011111 10110011 0 110110 1101 10011 100111011 110101 111011

Color Harmonies of #CE5FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5FB3

Black with #CE5FB3

Text Example


Text Example

White with #CE5FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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