Html Css Color HEX #CE2CC9 Fuchsia

📋 copy color: '#CE2CC9'

red 206 ◦ green 44 ◦ blue 201

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

Shades of Fuchsia #CE2CC9

Tints of Fuchsia #CE2CC9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.76%

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

R = 45.68%
G = 9.76%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE2CC9 (or 0xCE2CC9) is known color: Fuchsia. HEX triplet: CE, 2C and C9. RGB value is (206,44,201). Sum of RGB (Red+Green+Blue) = 206+44+201=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 44 (17.58% from 255 or 9.76% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2CC9 is #31D336. Grayscale: #6D6D6D. Windows color (decimal): -3265335 or 13184206. OLE color: 13184206.

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

Color convert

RGB 206 44 201 -
CMYK 0 0.79 0.02 0.19
HSL 301.85º 0.65% 0.49% -
HSV(B) 301.85º 0.79% 0.81% -
XYZ 36.9 19.14 57.01 -
YUV 110.34 179.17 196.23 -
System Red Green Blue C M Y K H S L
Decimal 206 44 201 0 0.79 0.02 0.19 301.85 0.65 0.49
Hex CE 2C C9 0 4F 2 13 12E 41 31
Octal 316 54 311 0 117 2 23 456 101 61
Binary 11001110 101100 11001001 0 1001111 10 10011 100101110 1000001 110001

Color Harmonies of #CE2CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2CC9

Black with #CE2CC9

Text Example


Text Example

White with #CE2CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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