Html Css Color HEX #CE38BF Fuchsia

📋 copy color: '#CE38BF'

red 206 ◦ green 56 ◦ blue 191

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

Shades of Fuchsia #CE38BF

Tints of Fuchsia #CE38BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.16%

R = 45.47%
G = 12.36%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE38BF (or 0xCE38BF) is known color: Fuchsia. HEX triplet: CE, 38 and BF. RGB value is (206,56,191). Sum of RGB (Red+Green+Blue) = 206+56+191=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38BF is #31C740. Grayscale: #737373. Windows color (decimal): -3262273 or 12531918. OLE color: 12531918.

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

Color convert

RGB 206 56 191 -
CMYK 0 0.73 0.07 0.19
HSL 306º 0.6% 0.51% -
HSV(B) 306º 0.73% 0.81% -
XYZ 36.27 19.71 51.18 -
YUV 116.24 170.2 192.02 -
System Red Green Blue C M Y K H S L
Decimal 206 56 191 0 0.73 0.07 0.19 306 0.6 0.51
Hex CE 38 BF 0 49 7 13 132 3C 33
Octal 316 70 277 0 111 7 23 462 74 63
Binary 11001110 111000 10111111 0 1001001 111 10011 100110010 111100 110011

Color Harmonies of #CE38BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38BF

Black with #CE38BF

Text Example


Text Example

White with #CE38BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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