Html Css Color HEX #CE60B9 Fuchsia

📋 copy color: '#CE60B9'

red 206 ◦ green 96 ◦ blue 185

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

Shades of Fuchsia #CE60B9

Tints of Fuchsia #CE60B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.99%

R = 42.3%
G = 19.71%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE60B9 (or 0xCE60B9) is known color: Fuchsia. HEX triplet: CE, 60 and B9. RGB value is (206,96,185). Sum of RGB (Red+Green+Blue) = 206+96+185=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60B9 is #319F46. Grayscale: #8A8A8A. Windows color (decimal): -3252039 or 12148942. OLE color: 12148942.

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

Color convert

RGB 206 96 185 -
CMYK 0 0.53 0.10 0.19
HSL 311.45º 0.53% 0.59% -
HSV(B) 311.45º 0.53% 0.81% -
XYZ 38.39 24.99 48.7 -
YUV 139.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 206 96 185 0 0.53 0.10 0.19 311.45 0.53 0.59
Hex CE 60 B9 0 35 A 13 137 35 3B
Octal 316 140 271 0 65 12 23 467 65 73
Binary 11001110 1100000 10111001 0 110101 1010 10011 100110111 110101 111011

Color Harmonies of #CE60B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE60B9

Black with #CE60B9

Text Example


Text Example

White with #CE60B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE60B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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