Html Css Color HEX #CE38CB Fuchsia

📋 copy color: '#CE38CB'

red 206 ◦ green 56 ◦ blue 203

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

Shades of Fuchsia #CE38CB

Tints of Fuchsia #CE38CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.66%

R = 44.3%
G = 12.04%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE38CB (or 0xCE38CB) is known color: Fuchsia. HEX triplet: CE, 38 and CB. RGB value is (206,56,203). Sum of RGB (Red+Green+Blue) = 206+56+203=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 56 (22.27% from 255 or 12.04% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38CB is #31C734. Grayscale: #757575. Windows color (decimal): -3262261 or 13318350. OLE color: 13318350.

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

Color convert

RGB 206 56 203 -
CMYK 0 0.73 0.01 0.19
HSL 301.2º 0.6% 0.51% -
HSV(B) 301.2º 0.73% 0.81% -
XYZ 37.65 20.26 58.43 -
YUV 117.61 176.2 191.05 -
System Red Green Blue C M Y K H S L
Decimal 206 56 203 0 0.73 0.01 0.19 301.2 0.6 0.51
Hex CE 38 CB 0 49 1 13 12D 3C 33
Octal 316 70 313 0 111 1 23 455 74 63
Binary 11001110 111000 11001011 0 1001001 1 10011 100101101 111100 110011

Color Harmonies of #CE38CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38CB

Black with #CE38CB

Text Example


Text Example

White with #CE38CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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