Html Css Color HEX #CE3DB6 Fuchsia

📋 copy color: '#CE3DB6'

red 206 ◦ green 61 ◦ blue 182

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

Shades of Fuchsia #CE3DB6

Tints of Fuchsia #CE3DB6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.59%

 BLUE value IS 182 (71.48% from 255) = 40.53%

R = 45.88%
G = 13.59%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE3DB6 (or 0xCE3DB6) is known color: Fuchsia. HEX triplet: CE, 3D and B6. RGB value is (206,61,182). Sum of RGB (Red+Green+Blue) = 206+61+182=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3DB6 is #31C249. Grayscale: #757575. Windows color (decimal): -3261002 or 11943374. OLE color: 11943374.

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

Color convert

RGB 206 61 182 -
CMYK 0 0.70 0.12 0.19
HSL 309.93º 0.6% 0.52% -
HSV(B) 309.93º 0.7% 0.81% -
XYZ 35.57 19.84 46.21 -
YUV 118.15 164.04 190.66 -
System Red Green Blue C M Y K H S L
Decimal 206 61 182 0 0.70 0.12 0.19 309.93 0.6 0.52
Hex CE 3D B6 0 46 C 13 136 3C 34
Octal 316 75 266 0 106 14 23 466 74 64
Binary 11001110 111101 10110110 0 1000110 1100 10011 100110110 111100 110100

Color Harmonies of #CE3DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3DB6

Black with #CE3DB6

Text Example


Text Example

White with #CE3DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3DB6; }

 p { color: rgb(206,61,182); }

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

background-color css

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

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

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

border-color css

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

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

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