Html Css Color HEX #CE3DBA Fuchsia

📋 copy color: '#CE3DBA'

red 206 ◦ green 61 ◦ blue 186

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

Shades of Fuchsia #CE3DBA

Tints of Fuchsia #CE3DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 45.47%
G = 13.47%
B = 41.06%

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

#CE3DBA (or 0xCE3DBA) is known color: Fuchsia. HEX triplet: CE, 3D and BA. RGB value is (206,61,186). Sum of RGB (Red+Green+Blue) = 206+61+186=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3DBA is #31C245. Grayscale: #767676. Windows color (decimal): -3260998 or 12205518. OLE color: 12205518.

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

Color convert

RGB 206 61 186 -
CMYK 0 0.70 0.10 0.19
HSL 308.28º 0.6% 0.52% -
HSV(B) 308.28º 0.7% 0.81% -
XYZ 35.99 20 48.42 -
YUV 118.61 166.04 190.34 -
System Red Green Blue C M Y K H S L
Decimal 206 61 186 0 0.70 0.10 0.19 308.28 0.6 0.52
Hex CE 3D BA 0 46 A 13 134 3C 34
Octal 316 75 272 0 106 12 23 464 74 64
Binary 11001110 111101 10111010 0 1000110 1010 10011 100110100 111100 110100

Color Harmonies of #CE3DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3DBA

Black with #CE3DBA

Text Example


Text Example

White with #CE3DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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