Html Css Color HEX #CE60BD Fuchsia

📋 copy color: '#CE60BD'

red 206 ◦ green 96 ◦ blue 189

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

Shades of Fuchsia #CE60BD

Tints of Fuchsia #CE60BD

RGB

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

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

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

R = 41.96%
G = 19.55%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE60BD (or 0xCE60BD) is known color: Fuchsia. HEX triplet: CE, 60 and BD. RGB value is (206,96,189). Sum of RGB (Red+Green+Blue) = 206+96+189=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60BD is #319F42. Grayscale: #8B8B8B. Windows color (decimal): -3252035 or 12411086. OLE color: 12411086.

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

Color convert

RGB 206 96 189 -
CMYK 0 0.53 0.08 0.19
HSL 309.27º 0.53% 0.59% -
HSV(B) 309.27º 0.53% 0.81% -
XYZ 38.82 25.16 50.95 -
YUV 139.49 155.94 175.44 -
System Red Green Blue C M Y K H S L
Decimal 206 96 189 0 0.53 0.08 0.19 309.27 0.53 0.59
Hex CE 60 BD 0 35 8 13 135 35 3B
Octal 316 140 275 0 65 10 23 465 65 73
Binary 11001110 1100000 10111101 0 110101 1000 10011 100110101 110101 111011

Color Harmonies of #CE60BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE60BD

Black with #CE60BD

Text Example


Text Example

White with #CE60BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE60BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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