Html Css Color HEX #CE2FB5 Fuchsia

📋 copy color: '#CE2FB5'

red 206 ◦ green 47 ◦ blue 181

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

Shades of Fuchsia #CE2FB5

Tints of Fuchsia #CE2FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.71%

R = 47.47%
G = 10.83%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE2FB5 (or 0xCE2FB5) is known color: Fuchsia. HEX triplet: CE, 2F and B5. RGB value is (206,47,181). Sum of RGB (Red+Green+Blue) = 206+47+181=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2FB5 is #31D04A. Grayscale: #6D6D6D. Windows color (decimal): -3264587 or 11874254. OLE color: 11874254.

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

Color convert

RGB 206 47 181 -
CMYK 0 0.77 0.12 0.19
HSL 309.43º 0.63% 0.5% -
HSV(B) 309.43º 0.77% 0.81% -
XYZ 34.81 18.49 45.45 -
YUV 109.82 168.18 196.6 -
System Red Green Blue C M Y K H S L
Decimal 206 47 181 0 0.77 0.12 0.19 309.43 0.63 0.5
Hex CE 2F B5 0 4D C 13 135 3F 32
Octal 316 57 265 0 115 14 23 465 77 62
Binary 11001110 101111 10110101 0 1001101 1100 10011 100110101 111111 110010

Color Harmonies of #CE2FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2FB5

Black with #CE2FB5

Text Example


Text Example

White with #CE2FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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