Html Css Color HEX #CE44AF Fuchsia

📋 copy color: '#CE44AF'

red 206 ◦ green 68 ◦ blue 175

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

Shades of Fuchsia #CE44AF

Tints of Fuchsia #CE44AF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.14%

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

R = 45.88%
G = 15.14%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE44AF (or 0xCE44AF) is known color: Fuchsia. HEX triplet: CE, 44 and AF. RGB value is (206,68,175). Sum of RGB (Red+Green+Blue) = 206+68+175=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE44AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE44AF is #31BB50. Grayscale: #797979. Windows color (decimal): -3259217 or 11486414. OLE color: 11486414.

HSL color Cylindrical-coordinate representation of color #CE44AF: hue angle of 313.48º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE44AF is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 68 175 -
CMYK 0 0.67 0.15 0.19
HSL 313.48º 0.58% 0.54% -
HSV(B) 313.48º 0.67% 0.81% -
XYZ 35.26 20.35 42.63 -
YUV 121.46 158.22 188.3 -
System Red Green Blue C M Y K H S L
Decimal 206 68 175 0 0.67 0.15 0.19 313.48 0.58 0.54
Hex CE 44 AF 0 43 F 13 139 3A 36
Octal 316 104 257 0 103 17 23 471 72 66
Binary 11001110 1000100 10101111 0 1000011 1111 10011 100111001 111010 110110

Color Harmonies of #CE44AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE44AF

Black with #CE44AF

Text Example


Text Example

White with #CE44AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE44AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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