Html Css Color HEX #CE38CE Fuchsia

📋 copy color: '#CE38CE'

red 206 ◦ green 56 ◦ blue 206

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

Shades of Fuchsia #CE38CE

Tints of Fuchsia #CE38CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 44.02%
G = 11.97%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE38CE (or 0xCE38CE) is known color: Fuchsia. HEX triplet: CE, 38 and CE. RGB value is (206,56,206). Sum of RGB (Red+Green+Blue) = 206+56+206=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE38CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38CE is #31C731. Grayscale: #757575. Windows color (decimal): -3262258 or 13514958. OLE color: 13514958.

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

Color convert

RGB 206 56 206 -
CMYK 0 0.73 0 0.19
HSL 300º 0.6% 0.51% -
HSV(B) 300º 0.73% 0.81% -
XYZ 38.01 20.41 60.33 -
YUV 117.95 177.7 190.8 -
System Red Green Blue C M Y K H S L
Decimal 206 56 206 0 0.73 0 0.19 300 0.6 0.51
Hex CE 38 CE 0 49 0 13 12C 3C 33
Octal 316 70 316 0 111 0 23 454 74 63
Binary 11001110 111000 11001110 0 1001001 0 10011 100101100 111100 110011

Color Harmonies of #CE38CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38CE

Black with #CE38CE

Text Example


Text Example

White with #CE38CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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