Html Css Color HEX #CE3FB4 Fuchsia

📋 copy color: '#CE3FB4'

red 206 ◦ green 63 ◦ blue 180

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

Shades of Fuchsia #CE3FB4

Tints of Fuchsia #CE3FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.09%

R = 45.88%
G = 14.03%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE3FB4 (or 0xCE3FB4) is known color: Fuchsia. HEX triplet: CE, 3F and B4. RGB value is (206,63,180). Sum of RGB (Red+Green+Blue) = 206+63+180=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FB4 is #31C04B. Grayscale: #767676. Windows color (decimal): -3260492 or 11812814. OLE color: 11812814.

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

Color convert

RGB 206 63 180 -
CMYK 0 0.69 0.13 0.19
HSL 310.91º 0.59% 0.53% -
HSV(B) 310.91º 0.69% 0.81% -
XYZ 35.47 19.97 45.17 -
YUV 119.1 162.38 189.99 -
System Red Green Blue C M Y K H S L
Decimal 206 63 180 0 0.69 0.13 0.19 310.91 0.59 0.53
Hex CE 3F B4 0 45 D 13 137 3B 35
Octal 316 77 264 0 105 15 23 467 73 65
Binary 11001110 111111 10110100 0 1000101 1101 10011 100110111 111011 110101

Color Harmonies of #CE3FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3FB4

Black with #CE3FB4

Text Example


Text Example

White with #CE3FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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