Html Css Color HEX #CE38BD Fuchsia

📋 copy color: '#CE38BD'

red 206 ◦ green 56 ◦ blue 189

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

Shades of Fuchsia #CE38BD

Tints of Fuchsia #CE38BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.91%

R = 45.68%
G = 12.42%
B = 41.91%

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

#CE38BD (or 0xCE38BD) is known color: Fuchsia. HEX triplet: CE, 38 and BD. RGB value is (206,56,189). Sum of RGB (Red+Green+Blue) = 206+56+189=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 56 (22.27% from 255 or 12.42% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38BD is #31C742. Grayscale: #737373. Windows color (decimal): -3262275 or 12400846. OLE color: 12400846.

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

Color convert

RGB 206 56 189 -
CMYK 0 0.73 0.08 0.19
HSL 306.8º 0.6% 0.51% -
HSV(B) 306.8º 0.73% 0.81% -
XYZ 36.05 19.62 50.03 -
YUV 116.01 169.2 192.19 -
System Red Green Blue C M Y K H S L
Decimal 206 56 189 0 0.73 0.08 0.19 306.8 0.6 0.51
Hex CE 38 BD 0 49 8 13 133 3C 33
Octal 316 70 275 0 111 10 23 463 74 63
Binary 11001110 111000 10111101 0 1001001 1000 10011 100110011 111100 110011

Color Harmonies of #CE38BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38BD

Black with #CE38BD

Text Example


Text Example

White with #CE38BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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