Html Css Color HEX #CE2BBE Fuchsia

📋 copy color: '#CE2BBE'

red 206 ◦ green 43 ◦ blue 190

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

Shades of Fuchsia #CE2BBE

Tints of Fuchsia #CE2BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.28%

R = 46.92%
G = 9.79%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE2BBE (or 0xCE2BBE) is known color: Fuchsia. HEX triplet: CE, 2B and BE. RGB value is (206,43,190). Sum of RGB (Red+Green+Blue) = 206+43+190=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 43 (17.19% from 255 or 9.79% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2BBE is #31D441. Grayscale: #6C6C6C. Windows color (decimal): -3265602 or 12463054. OLE color: 12463054.

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

Color convert

RGB 206 43 190 -
CMYK 0 0.79 0.08 0.19
HSL 305.89º 0.65% 0.49% -
HSV(B) 305.89º 0.79% 0.81% -
XYZ 35.61 18.57 50.42 -
YUV 108.5 174 197.55 -
System Red Green Blue C M Y K H S L
Decimal 206 43 190 0 0.79 0.08 0.19 305.89 0.65 0.49
Hex CE 2B BE 0 4F 8 13 132 41 31
Octal 316 53 276 0 117 10 23 462 101 61
Binary 11001110 101011 10111110 0 1001111 1000 10011 100110010 1000001 110001

Color Harmonies of #CE2BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2BBE

Black with #CE2BBE

Text Example


Text Example

White with #CE2BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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