Html Css Color HEX #CE2BBB Fuchsia

📋 copy color: '#CE2BBB'

red 206 ◦ green 43 ◦ blue 187

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

Shades of Fuchsia #CE2BBB

Tints of Fuchsia #CE2BBB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.86%

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

R = 47.25%
G = 9.86%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE2BBB (or 0xCE2BBB) is known color: Fuchsia. HEX triplet: CE, 2B and BB. RGB value is (206,43,187). Sum of RGB (Red+Green+Blue) = 206+43+187=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2BBB is #31D444. Grayscale: #6B6B6B. Windows color (decimal): -3265605 or 12266446. OLE color: 12266446.

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

Color convert

RGB 206 43 187 -
CMYK 0 0.79 0.09 0.19
HSL 306.99º 0.65% 0.49% -
HSV(B) 306.99º 0.79% 0.81% -
XYZ 35.29 18.44 48.71 -
YUV 108.15 172.5 197.79 -
System Red Green Blue C M Y K H S L
Decimal 206 43 187 0 0.79 0.09 0.19 306.99 0.65 0.49
Hex CE 2B BB 0 4F 9 13 133 41 31
Octal 316 53 273 0 117 11 23 463 101 61
Binary 11001110 101011 10111011 0 1001111 1001 10011 100110011 1000001 110001

Color Harmonies of #CE2BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2BBB

Black with #CE2BBB

Text Example


Text Example

White with #CE2BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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