Html Css Color HEX #CE60B5 Fuchsia

📋 copy color: '#CE60B5'

red 206 ◦ green 96 ◦ blue 181

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

Shades of Fuchsia #CE60B5

Tints of Fuchsia #CE60B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.47%

R = 42.65%
G = 19.88%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE60B5 (or 0xCE60B5) is known color: Fuchsia. HEX triplet: CE, 60 and B5. RGB value is (206,96,181). Sum of RGB (Red+Green+Blue) = 206+96+181=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60B5 is #319F4A. Grayscale: #8A8A8A. Windows color (decimal): -3252043 or 11886798. OLE color: 11886798.

HSL color Cylindrical-coordinate representation of color #CE60B5: hue angle of 313.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 #CE60B5 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 96 181 -
CMYK 0 0.53 0.12 0.19
HSL 313.64º 0.53% 0.59% -
HSV(B) 313.64º 0.53% 0.81% -
XYZ 37.98 24.82 46.51 -
YUV 138.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 206 96 181 0 0.53 0.12 0.19 313.64 0.53 0.59
Hex CE 60 B5 0 35 C 13 13A 35 3B
Octal 316 140 265 0 65 14 23 472 65 73
Binary 11001110 1100000 10110101 0 110101 1100 10011 100111010 110101 111011

Color Harmonies of #CE60B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE60B5

Black with #CE60B5

Text Example


Text Example

White with #CE60B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE60B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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