Html Css Color HEX #CE41BD Fuchsia

📋 copy color: '#CE41BD'

red 206 ◦ green 65 ◦ blue 189

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

Shades of Fuchsia #CE41BD

Tints of Fuchsia #CE41BD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.13%

 BLUE value IS 189 (74.22% from 255) = 41.09%

R = 44.78%
G = 14.13%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE41BD (or 0xCE41BD) is known color: Fuchsia. HEX triplet: CE, 41 and BD. RGB value is (206,65,189). Sum of RGB (Red+Green+Blue) = 206+65+189=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE41BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41BD is #31BE42. Grayscale: #787878. Windows color (decimal): -3259971 or 12403150. OLE color: 12403150.

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

Color convert

RGB 206 65 189 -
CMYK 0 0.68 0.08 0.19
HSL 307.23º 0.59% 0.53% -
HSV(B) 307.23º 0.68% 0.81% -
XYZ 36.53 20.58 50.19 -
YUV 121.3 166.21 188.42 -
System Red Green Blue C M Y K H S L
Decimal 206 65 189 0 0.68 0.08 0.19 307.23 0.59 0.53
Hex CE 41 BD 0 44 8 13 133 3B 35
Octal 316 101 275 0 104 10 23 463 73 65
Binary 11001110 1000001 10111101 0 1000100 1000 10011 100110011 111011 110101

Color Harmonies of #CE41BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE41BD

Black with #CE41BD

Text Example


Text Example

White with #CE41BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE41BD; }

 p { color: rgb(206,65,189); }

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

background-color css

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

 a { background-color: rgb(206,65,189); }

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

border-color css

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

 span { border-color: rgb(206,65,189); }

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