Html Css Color HEX #CE2EB7 Fuchsia

📋 copy color: '#CE2EB7'

red 206 ◦ green 46 ◦ blue 183

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

Shades of Fuchsia #CE2EB7

Tints of Fuchsia #CE2EB7

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.57%

 BLUE value IS 183 (71.88% from 255) = 42.07%

R = 47.36%
G = 10.57%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CE2EB7 (or 0xCE2EB7) is known color: Fuchsia. HEX triplet: CE, 2E and B7. RGB value is (206,46,183). Sum of RGB (Red+Green+Blue) = 206+46+183=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2EB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2EB7 is #31D148. Grayscale: #6D6D6D. Windows color (decimal): -3264841 or 12005070. OLE color: 12005070.

HSL color Cylindrical-coordinate representation of color #CE2EB7: hue angle of 308.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2EB7 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 46 183 -
CMYK 0 0.78 0.11 0.19
HSL 308.63º 0.63% 0.49% -
HSV(B) 308.63º 0.78% 0.81% -
XYZ 34.98 18.49 46.53 -
YUV 109.46 169.51 196.86 -
System Red Green Blue C M Y K H S L
Decimal 206 46 183 0 0.78 0.11 0.19 308.63 0.63 0.49
Hex CE 2E B7 0 4E B 13 135 3F 31
Octal 316 56 267 0 116 13 23 465 77 61
Binary 11001110 101110 10110111 0 1001110 1011 10011 100110101 111111 110001

Color Harmonies of #CE2EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2EB7

Black with #CE2EB7

Text Example


Text Example

White with #CE2EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2EB7; }

 p { color: rgb(206,46,183); }

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

background-color css

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

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

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

border-color css

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

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

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