Html Css Color HEX #CE3BAE Fuchsia

📋 copy color: '#CE3BAE'

red 206 ◦ green 59 ◦ blue 174

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

Shades of Fuchsia #CE3BAE

Tints of Fuchsia #CE3BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.44%

 BLUE value IS 174 (68.36% from 255) = 39.64%

R = 46.92%
G = 13.44%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE3BAE (or 0xCE3BAE) is known color: Fuchsia. HEX triplet: CE, 3B and AE. RGB value is (206,59,174). Sum of RGB (Red+Green+Blue) = 206+59+174=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3BAE is #31C451. Grayscale: #737373. Windows color (decimal): -3261522 or 11418574. OLE color: 11418574.

HSL color Cylindrical-coordinate representation of color #CE3BAE: hue angle of 313.06º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3BAE is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 59 174 -
CMYK 0 0.71 0.16 0.19
HSL 313.06º 0.6% 0.52% -
HSV(B) 313.06º 0.71% 0.81% -
XYZ 34.66 19.31 41.94 -
YUV 116.06 160.7 192.15 -
System Red Green Blue C M Y K H S L
Decimal 206 59 174 0 0.71 0.16 0.19 313.06 0.6 0.52
Hex CE 3B AE 0 47 10 13 139 3C 34
Octal 316 73 256 0 107 20 23 471 74 64
Binary 11001110 111011 10101110 0 1000111 10000 10011 100111001 111100 110100

Color Harmonies of #CE3BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3BAE

Black with #CE3BAE

Text Example


Text Example

White with #CE3BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3BAE; }

 p { color: rgb(206,59,174); }

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

background-color css

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

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

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

border-color css

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

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

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