Html Css Color HEX #CE40B3 Fuchsia

📋 copy color: '#CE40B3'

red 206 ◦ green 64 ◦ blue 179

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

Shades of Fuchsia #CE40B3

Tints of Fuchsia #CE40B3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.25%

 BLUE value IS 179 (70.31% from 255) = 39.87%

R = 45.88%
G = 14.25%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE40B3 (or 0xCE40B3) is known color: Fuchsia. HEX triplet: CE, 40 and B3. RGB value is (206,64,179). Sum of RGB (Red+Green+Blue) = 206+64+179=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE40B3 is #31BF4C. Grayscale: #777777. Windows color (decimal): -3260237 or 11747534. OLE color: 11747534.

HSL color Cylindrical-coordinate representation of color #CE40B3: hue angle of 311.41º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE40B3 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 64 179 -
CMYK 0 0.69 0.13 0.19
HSL 311.41º 0.59% 0.53% -
HSV(B) 311.41º 0.69% 0.81% -
XYZ 35.42 20.04 44.65 -
YUV 119.57 161.54 189.65 -
System Red Green Blue C M Y K H S L
Decimal 206 64 179 0 0.69 0.13 0.19 311.41 0.59 0.53
Hex CE 40 B3 0 45 D 13 137 3B 35
Octal 316 100 263 0 105 15 23 467 73 65
Binary 11001110 1000000 10110011 0 1000101 1101 10011 100110111 111011 110101

Color Harmonies of #CE40B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE40B3

Black with #CE40B3

Text Example


Text Example

White with #CE40B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE40B3; }

 p { color: rgb(206,64,179); }

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

background-color css

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

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

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

border-color css

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

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

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