Html Css Color HEX #CE2FBB Fuchsia

📋 copy color: '#CE2FBB'

red 206 ◦ green 47 ◦ blue 187

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

Shades of Fuchsia #CE2FBB

Tints of Fuchsia #CE2FBB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.68%

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

R = 46.82%
G = 10.68%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE2FBB (or 0xCE2FBB) is known color: Fuchsia. HEX triplet: CE, 2F and BB. RGB value is (206,47,187). Sum of RGB (Red+Green+Blue) = 206+47+187=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2FBB is #31D044. Grayscale: #6E6E6E. Windows color (decimal): -3264581 or 12267470. OLE color: 12267470.

HSL color Cylindrical-coordinate representation of color #CE2FBB: hue angle of 307.17º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2FBB is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 47 187 -
CMYK 0 0.77 0.09 0.19
HSL 307.17º 0.63% 0.5% -
HSV(B) 307.17º 0.77% 0.81% -
XYZ 35.44 18.74 48.76 -
YUV 110.5 171.18 196.12 -
System Red Green Blue C M Y K H S L
Decimal 206 47 187 0 0.77 0.09 0.19 307.17 0.63 0.5
Hex CE 2F BB 0 4D 9 13 133 3F 32
Octal 316 57 273 0 115 11 23 463 77 62
Binary 11001110 101111 10111011 0 1001101 1001 10011 100110011 111111 110010

Color Harmonies of #CE2FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2FBB

Black with #CE2FBB

Text Example


Text Example

White with #CE2FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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