Html Css Color HEX #CE2CB3 Fuchsia

📋 copy color: '#CE2CB3'

red 206 ◦ green 44 ◦ blue 179

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

Shades of Fuchsia #CE2CB3

Tints of Fuchsia #CE2CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.72%

R = 48.02%
G = 10.26%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE2CB3 (or 0xCE2CB3) is known color: Fuchsia. HEX triplet: CE, 2C and B3. RGB value is (206,44,179). Sum of RGB (Red+Green+Blue) = 206+44+179=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2CB3 is #31D34C. Grayscale: #6B6B6B. Windows color (decimal): -3265357 or 11742414. OLE color: 11742414.

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

Color convert

RGB 206 44 179 -
CMYK 0 0.79 0.13 0.19
HSL 310º 0.65% 0.49% -
HSV(B) 310º 0.79% 0.81% -
XYZ 34.49 18.18 44.34 -
YUV 107.83 168.17 198.02 -
System Red Green Blue C M Y K H S L
Decimal 206 44 179 0 0.79 0.13 0.19 310 0.65 0.49
Hex CE 2C B3 0 4F D 13 136 41 31
Octal 316 54 263 0 117 15 23 466 101 61
Binary 11001110 101100 10110011 0 1001111 1101 10011 100110110 1000001 110001

Color Harmonies of #CE2CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2CB3

Black with #CE2CB3

Text Example


Text Example

White with #CE2CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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