Html Css Color HEX #CE5FCB Fuchsia

📋 copy color: '#CE5FCB'

red 206 ◦ green 95 ◦ blue 203

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

Shades of Fuchsia #CE5FCB

Tints of Fuchsia #CE5FCB

RGB

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

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

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

R = 40.87%
G = 18.85%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE5FCB (or 0xCE5FCB) is known color: Fuchsia. HEX triplet: CE, 5F and CB. RGB value is (206,95,203). Sum of RGB (Red+Green+Blue) = 206+95+203=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FCB is #31A034. Grayscale: #8C8C8C. Windows color (decimal): -3252277 or 13328334. OLE color: 13328334.

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

Color convert

RGB 206 95 203 -
CMYK 0 0.54 0.01 0.19
HSL 301.62º 0.53% 0.59% -
HSV(B) 301.62º 0.54% 0.81% -
XYZ 40.33 25.62 59.32 -
YUV 140.5 163.27 174.72 -
System Red Green Blue C M Y K H S L
Decimal 206 95 203 0 0.54 0.01 0.19 301.62 0.53 0.59
Hex CE 5F CB 0 36 1 13 12E 35 3B
Octal 316 137 313 0 66 1 23 456 65 73
Binary 11001110 1011111 11001011 0 110110 1 10011 100101110 110101 111011

Color Harmonies of #CE5FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5FCB

Black with #CE5FCB

Text Example


Text Example

White with #CE5FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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