Html Css Color HEX #CE37B0 Fuchsia

📋 copy color: '#CE37B0'

red 206 ◦ green 55 ◦ blue 176

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

Shades of Fuchsia #CE37B0

Tints of Fuchsia #CE37B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.27%

R = 47.14%
G = 12.59%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE37B0 (or 0xCE37B0) is known color: Fuchsia. HEX triplet: CE, 37 and B0. RGB value is (206,55,176). Sum of RGB (Red+Green+Blue) = 206+55+176=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE37B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE37B0 is #31C84F. Grayscale: #717171. Windows color (decimal): -3262544 or 11548622. OLE color: 11548622.

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

Color convert

RGB 206 55 176 -
CMYK 0 0.73 0.15 0.19
HSL 311.92º 0.61% 0.51% -
HSV(B) 311.92º 0.73% 0.81% -
XYZ 34.66 18.99 42.91 -
YUV 113.94 163.03 193.66 -
System Red Green Blue C M Y K H S L
Decimal 206 55 176 0 0.73 0.15 0.19 311.92 0.61 0.51
Hex CE 37 B0 0 49 F 13 138 3D 33
Octal 316 67 260 0 111 17 23 470 75 63
Binary 11001110 110111 10110000 0 1001001 1111 10011 100111000 111101 110011

Color Harmonies of #CE37B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE37B0

Black with #CE37B0

Text Example


Text Example

White with #CE37B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE37B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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