Html Css Color HEX #CE60CB Fuchsia

📋 copy color: '#CE60CB'

red 206 ◦ green 96 ◦ blue 203

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

Shades of Fuchsia #CE60CB

Tints of Fuchsia #CE60CB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.01%

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

R = 40.79%
G = 19.01%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE60CB (or 0xCE60CB) is known color: Fuchsia. HEX triplet: CE, 60 and CB. RGB value is (206,96,203). Sum of RGB (Red+Green+Blue) = 206+96+203=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60CB is #319F34. Grayscale: #8C8C8C. Windows color (decimal): -3252021 or 13328590. OLE color: 13328590.

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

Color convert

RGB 206 96 203 -
CMYK 0 0.53 0.01 0.19
HSL 301.64º 0.53% 0.59% -
HSV(B) 301.64º 0.53% 0.81% -
XYZ 40.42 25.8 59.35 -
YUV 141.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 206 96 203 0 0.53 0.01 0.19 301.64 0.53 0.59
Hex CE 60 CB 0 35 1 13 12E 35 3B
Octal 316 140 313 0 65 1 23 456 65 73
Binary 11001110 1100000 11001011 0 110101 1 10011 100101110 110101 111011

Color Harmonies of #CE60CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE60CB

Black with #CE60CB

Text Example


Text Example

White with #CE60CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE60CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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