Html Css Color HEX #CE2EBB Fuchsia

📋 copy color: '#CE2EBB'

red 206 ◦ green 46 ◦ blue 187

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

Shades of Fuchsia #CE2EBB

Tints of Fuchsia #CE2EBB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.48%

 BLUE value IS 187 (73.44% from 255) = 42.6%

R = 46.92%
G = 10.48%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE2EBB (or 0xCE2EBB) is known color: Fuchsia. HEX triplet: CE, 2E and BB. RGB value is (206,46,187). Sum of RGB (Red+Green+Blue) = 206+46+187=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 46 (18.36% from 255 or 10.48% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2EBB is #31D144. Grayscale: #6D6D6D. Windows color (decimal): -3264837 or 12267214. OLE color: 12267214.

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

Color convert

RGB 206 46 187 -
CMYK 0 0.78 0.09 0.19
HSL 307.13º 0.63% 0.49% -
HSV(B) 307.13º 0.78% 0.81% -
XYZ 35.4 18.66 48.75 -
YUV 109.91 171.51 196.54 -
System Red Green Blue C M Y K H S L
Decimal 206 46 187 0 0.78 0.09 0.19 307.13 0.63 0.49
Hex CE 2E BB 0 4E 9 13 133 3F 31
Octal 316 56 273 0 116 11 23 463 77 61
Binary 11001110 101110 10111011 0 1001110 1001 10011 100110011 111111 110001

Color Harmonies of #CE2EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2EBB

Black with #CE2EBB

Text Example


Text Example

White with #CE2EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2EBB; }

 p { color: rgb(206,46,187); }

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

background-color css

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

 a { background-color: rgb(206,46,187); }

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

border-color css

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

 span { border-color: rgb(206,46,187); }

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