Html Css Color HEX #CE40CB Fuchsia

📋 copy color: '#CE40CB'

red 206 ◦ green 64 ◦ blue 203

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

Shades of Fuchsia #CE40CB

Tints of Fuchsia #CE40CB

RGB

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

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

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

R = 43.55%
G = 13.53%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE40CB (or 0xCE40CB) is known color: Fuchsia. HEX triplet: CE, 40 and CB. RGB value is (206,64,203). Sum of RGB (Red+Green+Blue) = 206+64+203=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE40CB is #31BF34. Grayscale: #797979. Windows color (decimal): -3260213 or 13320398. OLE color: 13320398.

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

Color convert

RGB 206 64 203 -
CMYK 0 0.69 0.01 0.19
HSL 301.27º 0.59% 0.53% -
HSV(B) 301.27º 0.69% 0.81% -
XYZ 38.07 21.1 58.57 -
YUV 122.3 173.54 187.7 -
System Red Green Blue C M Y K H S L
Decimal 206 64 203 0 0.69 0.01 0.19 301.27 0.59 0.53
Hex CE 40 CB 0 45 1 13 12D 3B 35
Octal 316 100 313 0 105 1 23 455 73 65
Binary 11001110 1000000 11001011 0 1000101 1 10011 100101101 111011 110101

Color Harmonies of #CE40CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE40CB

Black with #CE40CB

Text Example


Text Example

White with #CE40CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE40CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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