Html Css Color HEX #CE4DCB Fuchsia

📋 copy color: '#CE4DCB'

red 206 ◦ green 77 ◦ blue 203

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

Shades of Fuchsia #CE4DCB

Tints of Fuchsia #CE4DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.84%

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

R = 42.39%
G = 15.84%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE4DCB (or 0xCE4DCB) is known color: Fuchsia. HEX triplet: CE, 4D and CB. RGB value is (206,77,203). Sum of RGB (Red+Green+Blue) = 206+77+203=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DCB is #31B234. Grayscale: #818181. Windows color (decimal): -3256885 or 13323726. OLE color: 13323726.

HSL color Cylindrical-coordinate representation of color #CE4DCB: hue angle of 301.4º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4DCB is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 77 203 -
CMYK 0 0.63 0.01 0.19
HSL 301.4º 0.57% 0.55% -
HSV(B) 301.4º 0.63% 0.81% -
XYZ 38.89 22.74 58.84 -
YUV 129.94 169.24 182.25 -
System Red Green Blue C M Y K H S L
Decimal 206 77 203 0 0.63 0.01 0.19 301.4 0.57 0.55
Hex CE 4D CB 0 3F 1 13 12D 39 37
Octal 316 115 313 0 77 1 23 455 71 67
Binary 11001110 1001101 11001011 0 111111 1 10011 100101101 111001 110111

Color Harmonies of #CE4DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4DCB

Black with #CE4DCB

Text Example


Text Example

White with #CE4DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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