Html Css Color HEX #CE38AF Fuchsia

📋 copy color: '#CE38AF'

red 206 ◦ green 56 ◦ blue 175

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

Shades of Fuchsia #CE38AF

Tints of Fuchsia #CE38AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.05%

R = 47.14%
G = 12.81%
B = 40.05%

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

#CE38AF (or 0xCE38AF) is known color: Fuchsia. HEX triplet: CE, 38 and AF. RGB value is (206,56,175). Sum of RGB (Red+Green+Blue) = 206+56+175=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE38AF is #31C750. Grayscale: #727272. Windows color (decimal): -3262289 or 11483342. OLE color: 11483342.

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

Color convert

RGB 206 56 175 -
CMYK 0 0.73 0.15 0.19
HSL 312.4º 0.6% 0.51% -
HSV(B) 312.4º 0.73% 0.81% -
XYZ 34.61 19.05 42.41 -
YUV 114.42 162.2 193.32 -
System Red Green Blue C M Y K H S L
Decimal 206 56 175 0 0.73 0.15 0.19 312.4 0.6 0.51
Hex CE 38 AF 0 49 F 13 138 3C 33
Octal 316 70 257 0 111 17 23 470 74 63
Binary 11001110 111000 10101111 0 1001001 1111 10011 100111000 111100 110011

Color Harmonies of #CE38AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38AF

Black with #CE38AF

Text Example


Text Example

White with #CE38AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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