Html Css Color HEX #CE60CC Fuchsia

📋 copy color: '#CE60CC'

red 206 ◦ green 96 ◦ blue 204

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

Shades of Fuchsia #CE60CC

Tints of Fuchsia #CE60CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 40.71%
G = 18.97%
B = 40.32%

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

#CE60CC (or 0xCE60CC) is known color: Fuchsia. HEX triplet: CE, 60 and CC. RGB value is (206,96,204). Sum of RGB (Red+Green+Blue) = 206+96+204=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60CC is #319F33. Grayscale: #8C8C8C. Windows color (decimal): -3252020 or 13394126. OLE color: 13394126.

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

Color convert

RGB 206 96 204 -
CMYK 0 0.53 0.01 0.19
HSL 301.09º 0.53% 0.59% -
HSV(B) 301.09º 0.53% 0.81% -
XYZ 40.54 25.85 59.98 -
YUV 141.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 206 96 204 0 0.53 0.01 0.19 301.09 0.53 0.59
Hex CE 60 CC 0 35 1 13 12D 35 3B
Octal 316 140 314 0 65 1 23 455 65 73
Binary 11001110 1100000 11001100 0 110101 1 10011 100101101 110101 111011

Color Harmonies of #CE60CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE60CC

Black with #CE60CC

Text Example


Text Example

White with #CE60CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE60CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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