Html Css Color HEX #CE2CB9 Fuchsia

📋 copy color: '#CE2CB9'

red 206 ◦ green 44 ◦ blue 185

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

Shades of Fuchsia #CE2CB9

Tints of Fuchsia #CE2CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.53%

R = 47.36%
G = 10.11%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE2CB9 (or 0xCE2CB9) is known color: Fuchsia. HEX triplet: CE, 2C and B9. RGB value is (206,44,185). Sum of RGB (Red+Green+Blue) = 206+44+185=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2CB9 is #31D346. Grayscale: #6C6C6C. Windows color (decimal): -3265351 or 12135630. OLE color: 12135630.

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

Color convert

RGB 206 44 185 -
CMYK 0 0.79 0.10 0.19
HSL 307.78º 0.65% 0.49% -
HSV(B) 307.78º 0.79% 0.81% -
XYZ 35.11 18.43 47.6 -
YUV 108.51 171.17 197.54 -
System Red Green Blue C M Y K H S L
Decimal 206 44 185 0 0.79 0.10 0.19 307.78 0.65 0.49
Hex CE 2C B9 0 4F A 13 134 41 31
Octal 316 54 271 0 117 12 23 464 101 61
Binary 11001110 101100 10111001 0 1001111 1010 10011 100110100 1000001 110001

Color Harmonies of #CE2CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2CB9

Black with #CE2CB9

Text Example


Text Example

White with #CE2CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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