Html Css Color HEX #CE3FBE Fuchsia

📋 copy color: '#CE3FBE'

red 206 ◦ green 63 ◦ blue 190

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

Shades of Fuchsia #CE3FBE

Tints of Fuchsia #CE3FBE

RGB

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

 GREEN value IS 63 (25% from 255) = 13.73%

 BLUE value IS 190 (74.61% from 255) = 41.39%

R = 44.88%
G = 13.73%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE3FBE (or 0xCE3FBE) is known color: Fuchsia. HEX triplet: CE, 3F and BE. RGB value is (206,63,190). Sum of RGB (Red+Green+Blue) = 206+63+190=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FBE is #31C041. Grayscale: #777777. Windows color (decimal): -3260482 or 12468174. OLE color: 12468174.

HSL color Cylindrical-coordinate representation of color #CE3FBE: hue angle of 306.71º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3FBE is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 63 190 -
CMYK 0 0.69 0.08 0.19
HSL 306.71º 0.59% 0.53% -
HSV(B) 306.71º 0.69% 0.81% -
XYZ 36.53 20.39 50.73 -
YUV 120.24 167.38 189.17 -
System Red Green Blue C M Y K H S L
Decimal 206 63 190 0 0.69 0.08 0.19 306.71 0.59 0.53
Hex CE 3F BE 0 45 8 13 133 3B 35
Octal 316 77 276 0 105 10 23 463 73 65
Binary 11001110 111111 10111110 0 1000101 1000 10011 100110011 111011 110101

Color Harmonies of #CE3FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3FBE

Black with #CE3FBE

Text Example


Text Example

White with #CE3FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3FBE; }

 p { color: rgb(206,63,190); }

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

background-color css

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

 a { background-color: rgb(206,63,190); }

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

border-color css

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

 span { border-color: rgb(206,63,190); }

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