Html Css Color HEX #CE37BA Fuchsia

📋 copy color: '#CE37BA'

red 206 ◦ green 55 ◦ blue 186

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

Shades of Fuchsia #CE37BA

Tints of Fuchsia #CE37BA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.3%

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 46.09%
G = 12.3%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE37BA (or 0xCE37BA) is known color: Fuchsia. HEX triplet: CE, 37 and BA. RGB value is (206,55,186). Sum of RGB (Red+Green+Blue) = 206+55+186=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE37BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE37BA is #31C845. Grayscale: #727272. Windows color (decimal): -3262534 or 12203982. OLE color: 12203982.

HSL color Cylindrical-coordinate representation of color #CE37BA: hue angle of 307.95º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE37BA is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 55 186 -
CMYK 0 0.73 0.10 0.19
HSL 307.95º 0.61% 0.51% -
HSV(B) 307.95º 0.73% 0.81% -
XYZ 35.68 19.4 48.32 -
YUV 115.08 168.03 192.85 -
System Red Green Blue C M Y K H S L
Decimal 206 55 186 0 0.73 0.10 0.19 307.95 0.61 0.51
Hex CE 37 BA 0 49 A 13 134 3D 33
Octal 316 67 272 0 111 12 23 464 75 63
Binary 11001110 110111 10111010 0 1001001 1010 10011 100110100 111101 110011

Color Harmonies of #CE37BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE37BA

Black with #CE37BA

Text Example


Text Example

White with #CE37BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE37BA; }

 p { color: rgb(206,55,186); }

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

background-color css

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

 a { background-color: rgb(206,55,186); }

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

border-color css

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

 span { border-color: rgb(206,55,186); }

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