Html Css Color HEX #CE60B8 Fuchsia

📋 copy color: '#CE60B8'

red 206 ◦ green 96 ◦ blue 184

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

Shades of Fuchsia #CE60B8

Tints of Fuchsia #CE60B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.86%

R = 42.39%
G = 19.75%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CE60B8 (or 0xCE60B8) is known color: Fuchsia. HEX triplet: CE, 60 and B8. RGB value is (206,96,184). Sum of RGB (Red+Green+Blue) = 206+96+184=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60B8 is #319F47. Grayscale: #8A8A8A. Windows color (decimal): -3252040 or 12083406. OLE color: 12083406.

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

Color convert

RGB 206 96 184 -
CMYK 0 0.53 0.11 0.19
HSL 312º 0.53% 0.59% -
HSV(B) 312º 0.53% 0.81% -
XYZ 38.29 24.95 48.14 -
YUV 138.92 153.44 175.84 -
System Red Green Blue C M Y K H S L
Decimal 206 96 184 0 0.53 0.11 0.19 312 0.53 0.59
Hex CE 60 B8 0 35 B 13 138 35 3B
Octal 316 140 270 0 65 13 23 470 65 73
Binary 11001110 1100000 10111000 0 110101 1011 10011 100111000 110101 111011

Color Harmonies of #CE60B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE60B8

Black with #CE60B8

Text Example


Text Example

White with #CE60B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE60B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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