Html Css Color HEX #CE38BC Fuchsia

📋 copy color: '#CE38BC'

red 206 ◦ green 56 ◦ blue 188

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

Shades of Fuchsia #CE38BC

Tints of Fuchsia #CE38BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.78%

R = 45.78%
G = 12.44%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE38BC (or 0xCE38BC) is known color: Fuchsia. HEX triplet: CE, 38 and BC. RGB value is (206,56,188). Sum of RGB (Red+Green+Blue) = 206+56+188=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 56 (22.27% from 255 or 12.44% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38BC is #31C743. Grayscale: #737373. Windows color (decimal): -3262276 or 12335310. OLE color: 12335310.

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

Color convert

RGB 206 56 188 -
CMYK 0 0.73 0.09 0.19
HSL 307.2º 0.6% 0.51% -
HSV(B) 307.2º 0.73% 0.81% -
XYZ 35.94 19.58 49.46 -
YUV 115.9 168.7 192.27 -
System Red Green Blue C M Y K H S L
Decimal 206 56 188 0 0.73 0.09 0.19 307.2 0.6 0.51
Hex CE 38 BC 0 49 9 13 133 3C 33
Octal 316 70 274 0 111 11 23 463 74 63
Binary 11001110 111000 10111100 0 1001001 1001 10011 100110011 111100 110011

Color Harmonies of #CE38BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38BC

Black with #CE38BC

Text Example


Text Example

White with #CE38BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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