Html Css Color HEX #CE3AC6 Fuchsia

📋 copy color: '#CE3AC6'

red 206 ◦ green 58 ◦ blue 198

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

Shades of Fuchsia #CE3AC6

Tints of Fuchsia #CE3AC6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.55%

 BLUE value IS 198 (77.73% from 255) = 42.86%

R = 44.59%
G = 12.55%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CE3AC6 (or 0xCE3AC6) is known color: Fuchsia. HEX triplet: CE, 3A and C6. RGB value is (206,58,198). Sum of RGB (Red+Green+Blue) = 206+58+198=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3AC6 is #31C539. Grayscale: #757575. Windows color (decimal): -3261754 or 12991182. OLE color: 12991182.

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

Color convert

RGB 206 58 198 -
CMYK 0 0.72 0.04 0.19
HSL 303.24º 0.6% 0.52% -
HSV(B) 303.24º 0.72% 0.81% -
XYZ 37.16 20.23 55.37 -
YUV 118.21 173.03 190.62 -
System Red Green Blue C M Y K H S L
Decimal 206 58 198 0 0.72 0.04 0.19 303.24 0.6 0.52
Hex CE 3A C6 0 48 4 13 12F 3C 34
Octal 316 72 306 0 110 4 23 457 74 64
Binary 11001110 111010 11000110 0 1001000 100 10011 100101111 111100 110100

Color Harmonies of #CE3AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3AC6

Black with #CE3AC6

Text Example


Text Example

White with #CE3AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3AC6; }

 p { color: rgb(206,58,198); }

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

background-color css

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

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

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

border-color css

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

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

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