Html Css Color HEX #CE3DB9 Fuchsia

📋 copy color: '#CE3DB9'

red 206 ◦ green 61 ◦ blue 185

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

Shades of Fuchsia #CE3DB9

Tints of Fuchsia #CE3DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.93%

R = 45.58%
G = 13.5%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE3DB9 (or 0xCE3DB9) is known color: Fuchsia. HEX triplet: CE, 3D and B9. RGB value is (206,61,185). Sum of RGB (Red+Green+Blue) = 206+61+185=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3DB9 is #31C246. Grayscale: #767676. Windows color (decimal): -3260999 or 12139982. OLE color: 12139982.

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

Color convert

RGB 206 61 185 -
CMYK 0 0.70 0.10 0.19
HSL 308.69º 0.6% 0.52% -
HSV(B) 308.69º 0.7% 0.81% -
XYZ 35.88 19.96 47.86 -
YUV 118.49 165.54 190.42 -
System Red Green Blue C M Y K H S L
Decimal 206 61 185 0 0.70 0.10 0.19 308.69 0.6 0.52
Hex CE 3D B9 0 46 A 13 135 3C 34
Octal 316 75 271 0 106 12 23 465 74 64
Binary 11001110 111101 10111001 0 1000110 1010 10011 100110101 111100 110100

Color Harmonies of #CE3DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3DB9

Black with #CE3DB9

Text Example


Text Example

White with #CE3DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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