Html Css Color HEX #CE41CB Fuchsia

📋 copy color: '#CE41CB'

red 206 ◦ green 65 ◦ blue 203

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

Shades of Fuchsia #CE41CB

Tints of Fuchsia #CE41CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.83%

R = 43.46%
G = 13.71%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE41CB (or 0xCE41CB) is known color: Fuchsia. HEX triplet: CE, 41 and CB. RGB value is (206,65,203). Sum of RGB (Red+Green+Blue) = 206+65+203=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE41CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41CB is #31BE34. Grayscale: #7A7A7A. Windows color (decimal): -3259957 or 13320654. OLE color: 13320654.

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

Color convert

RGB 206 65 203 -
CMYK 0 0.68 0.01 0.19
HSL 301.28º 0.59% 0.53% -
HSV(B) 301.28º 0.68% 0.81% -
XYZ 38.12 21.21 58.59 -
YUV 122.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 206 65 203 0 0.68 0.01 0.19 301.28 0.59 0.53
Hex CE 41 CB 0 44 1 13 12D 3B 35
Octal 316 101 313 0 104 1 23 455 73 65
Binary 11001110 1000001 11001011 0 1000100 1 10011 100101101 111011 110101

Color Harmonies of #CE41CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE41CB

Black with #CE41CB

Text Example


Text Example

White with #CE41CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE41CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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