Html Css Color HEX #CE2ABB Fuchsia

📋 copy color: '#CE2ABB'

red 206 ◦ green 42 ◦ blue 187

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

Shades of Fuchsia #CE2ABB

Tints of Fuchsia #CE2ABB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.66%

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

R = 47.36%
G = 9.66%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE2ABB (or 0xCE2ABB) is known color: Fuchsia. HEX triplet: CE, 2A and BB. RGB value is (206,42,187). Sum of RGB (Red+Green+Blue) = 206+42+187=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2ABB is #31D544. Grayscale: #6B6B6B. Windows color (decimal): -3265861 or 12266190. OLE color: 12266190.

HSL color Cylindrical-coordinate representation of color #CE2ABB: hue angle of 306.95º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2ABB is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 42 187 -
CMYK 0 0.80 0.09 0.19
HSL 306.95º 0.66% 0.49% -
HSV(B) 306.95º 0.8% 0.81% -
XYZ 35.25 18.37 48.7 -
YUV 107.57 172.83 198.21 -
System Red Green Blue C M Y K H S L
Decimal 206 42 187 0 0.80 0.09 0.19 306.95 0.66 0.49
Hex CE 2A BB 0 50 9 13 133 42 31
Octal 316 52 273 0 120 11 23 463 102 61
Binary 11001110 101010 10111011 0 1010000 1001 10011 100110011 1000010 110001

Color Harmonies of #CE2ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2ABB

Black with #CE2ABB

Text Example


Text Example

White with #CE2ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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