Html Css Color HEX #CE37CE Fuchsia

📋 copy color: '#CE37CE'

red 206 ◦ green 55 ◦ blue 206

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

Shades of Fuchsia #CE37CE

Tints of Fuchsia #CE37CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 44.11%
G = 11.78%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE37CE (or 0xCE37CE) is known color: Fuchsia. HEX triplet: CE, 37 and CE. RGB value is (206,55,206). Sum of RGB (Red+Green+Blue) = 206+55+206=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE37CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE37CE is #31C831. Grayscale: #747474. Windows color (decimal): -3262514 or 13514702. OLE color: 13514702.

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

Color convert

RGB 206 55 206 -
CMYK 0 0.73 0 0.19
HSL 300º 0.61% 0.51% -
HSV(B) 300º 0.73% 0.81% -
XYZ 37.96 20.31 60.31 -
YUV 117.36 178.03 191.22 -
System Red Green Blue C M Y K H S L
Decimal 206 55 206 0 0.73 0 0.19 300 0.61 0.51
Hex CE 37 CE 0 49 0 13 12C 3D 33
Octal 316 67 316 0 111 0 23 454 75 63
Binary 11001110 110111 11001110 0 1001001 0 10011 100101100 111101 110011

Color Harmonies of #CE37CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE37CE

Black with #CE37CE

Text Example


Text Example

White with #CE37CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE37CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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