Html Css Color HEX #CE38BE Fuchsia

📋 copy color: '#CE38BE'

red 206 ◦ green 56 ◦ blue 190

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

Shades of Fuchsia #CE38BE

Tints of Fuchsia #CE38BE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.39%

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

R = 45.58%
G = 12.39%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE38BE (or 0xCE38BE) is known color: Fuchsia. HEX triplet: CE, 38 and BE. RGB value is (206,56,190). Sum of RGB (Red+Green+Blue) = 206+56+190=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 56 (22.27% from 255 or 12.39% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38BE is #31C741. Grayscale: #737373. Windows color (decimal): -3262274 or 12466382. OLE color: 12466382.

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

Color convert

RGB 206 56 190 -
CMYK 0 0.73 0.08 0.19
HSL 306.4º 0.6% 0.51% -
HSV(B) 306.4º 0.73% 0.81% -
XYZ 36.16 19.67 50.61 -
YUV 116.13 169.7 192.1 -
System Red Green Blue C M Y K H S L
Decimal 206 56 190 0 0.73 0.08 0.19 306.4 0.6 0.51
Hex CE 38 BE 0 49 8 13 132 3C 33
Octal 316 70 276 0 111 10 23 462 74 63
Binary 11001110 111000 10111110 0 1001001 1000 10011 100110010 111100 110011

Color Harmonies of #CE38BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38BE

Black with #CE38BE

Text Example


Text Example

White with #CE38BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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