Html Css Color HEX #CE4DC1 Fuchsia

📋 copy color: '#CE4DC1'

red 206 ◦ green 77 ◦ blue 193

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

Shades of Fuchsia #CE4DC1

Tints of Fuchsia #CE4DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.55%

R = 43.28%
G = 16.18%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE4DC1 (or 0xCE4DC1) is known color: Fuchsia. HEX triplet: CE, 4D and C1. RGB value is (206,77,193). Sum of RGB (Red+Green+Blue) = 206+77+193=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DC1 is #31B23E. Grayscale: #808080. Windows color (decimal): -3256895 or 12668366. OLE color: 12668366.

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

Color convert

RGB 206 77 193 -
CMYK 0 0.63 0.06 0.19
HSL 306.05º 0.57% 0.55% -
HSV(B) 306.05º 0.63% 0.81% -
XYZ 37.73 22.28 52.76 -
YUV 128.8 164.24 183.07 -
System Red Green Blue C M Y K H S L
Decimal 206 77 193 0 0.63 0.06 0.19 306.05 0.57 0.55
Hex CE 4D C1 0 3F 6 13 132 39 37
Octal 316 115 301 0 77 6 23 462 71 67
Binary 11001110 1001101 11000001 0 111111 110 10011 100110010 111001 110111

Color Harmonies of #CE4DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4DC1

Black with #CE4DC1

Text Example


Text Example

White with #CE4DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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