Html Css Color HEX #CE2DC9 Fuchsia

📋 copy color: '#CE2DC9'

red 206 ◦ green 45 ◦ blue 201

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

Shades of Fuchsia #CE2DC9

Tints of Fuchsia #CE2DC9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.96%

 BLUE value IS 201 (78.91% from 255) = 44.47%

R = 45.58%
G = 9.96%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE2DC9 (or 0xCE2DC9) is known color: Fuchsia. HEX triplet: CE, 2D and C9. RGB value is (206,45,201). Sum of RGB (Red+Green+Blue) = 206+45+201=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DC9 is #31D236. Grayscale: #6E6E6E. Windows color (decimal): -3265079 or 13184462. OLE color: 13184462.

HSL color Cylindrical-coordinate representation of color #CE2DC9: hue angle of 301.86º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2DC9 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 45 201 -
CMYK 0 0.78 0.02 0.19
HSL 301.86º 0.64% 0.49% -
HSV(B) 301.86º 0.78% 0.81% -
XYZ 36.93 19.22 57.02 -
YUV 110.92 178.84 195.82 -
System Red Green Blue C M Y K H S L
Decimal 206 45 201 0 0.78 0.02 0.19 301.86 0.64 0.49
Hex CE 2D C9 0 4E 2 13 12E 40 31
Octal 316 55 311 0 116 2 23 456 100 61
Binary 11001110 101101 11001001 0 1001110 10 10011 100101110 1000000 110001

Color Harmonies of #CE2DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2DC9

Black with #CE2DC9

Text Example


Text Example

White with #CE2DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2DC9; }

 p { color: rgb(206,45,201); }

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

background-color css

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

 a { background-color: rgb(206,45,201); }

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

border-color css

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

 span { border-color: rgb(206,45,201); }

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