Html Css Color HEX #CE38B0 Fuchsia

📋 copy color: '#CE38B0'

red 206 ◦ green 56 ◦ blue 176

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

Shades of Fuchsia #CE38B0

Tints of Fuchsia #CE38B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.18%

R = 47.03%
G = 12.79%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE38B0 (or 0xCE38B0) is known color: Fuchsia. HEX triplet: CE, 38 and B0. RGB value is (206,56,176). Sum of RGB (Red+Green+Blue) = 206+56+176=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE38B0 is #31C74F. Grayscale: #727272. Windows color (decimal): -3262288 or 11548878. OLE color: 11548878.

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

Color convert

RGB 206 56 176 -
CMYK 0 0.73 0.15 0.19
HSL 312º 0.6% 0.51% -
HSV(B) 312º 0.73% 0.81% -
XYZ 34.7 19.08 42.93 -
YUV 114.53 162.7 193.24 -
System Red Green Blue C M Y K H S L
Decimal 206 56 176 0 0.73 0.15 0.19 312 0.6 0.51
Hex CE 38 B0 0 49 F 13 138 3C 33
Octal 316 70 260 0 111 17 23 470 74 63
Binary 11001110 111000 10110000 0 1001001 1111 10011 100111000 111100 110011

Color Harmonies of #CE38B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38B0

Black with #CE38B0

Text Example


Text Example

White with #CE38B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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