Html Css Color HEX #CE3CBA Fuchsia

📋 copy color: '#CE3CBA'

red 206 ◦ green 60 ◦ blue 186

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

Shades of Fuchsia #CE3CBA

Tints of Fuchsia #CE3CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.27%

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

R = 45.58%
G = 13.27%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE3CBA (or 0xCE3CBA) is known color: Fuchsia. HEX triplet: CE, 3C and BA. RGB value is (206,60,186). Sum of RGB (Red+Green+Blue) = 206+60+186=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3CBA is #31C345. Grayscale: #757575. Windows color (decimal): -3261254 or 12205262. OLE color: 12205262.

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

Color convert

RGB 206 60 186 -
CMYK 0 0.71 0.10 0.19
HSL 308.22º 0.6% 0.52% -
HSV(B) 308.22º 0.71% 0.81% -
XYZ 35.93 19.9 48.4 -
YUV 118.02 166.37 190.75 -
System Red Green Blue C M Y K H S L
Decimal 206 60 186 0 0.71 0.10 0.19 308.22 0.6 0.52
Hex CE 3C BA 0 47 A 13 134 3C 34
Octal 316 74 272 0 107 12 23 464 74 64
Binary 11001110 111100 10111010 0 1000111 1010 10011 100110100 111100 110100

Color Harmonies of #CE3CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3CBA

Black with #CE3CBA

Text Example


Text Example

White with #CE3CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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