Html Css Color HEX #CC60AF Fuchsia

📋 copy color: '#CC60AF'

red 204 ◦ green 96 ◦ blue 175

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

Shades of Fuchsia #CC60AF

Tints of Fuchsia #CC60AF

RGB

 RED value IS 204 (80.08% from 255) = 42.95%

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

 BLUE value IS 175 (68.75% from 255) = 36.84%

R = 42.95%
G = 20.21%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC60AF (or 0xCC60AF) is known color: Fuchsia. HEX triplet: CC, 60 and AF. RGB value is (204,96,175). Sum of RGB (Red+Green+Blue) = 204+96+175=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC60AF is #339F50. Grayscale: #898989. Windows color (decimal): -3383121 or 11493580. OLE color: 11493580.

HSL color Cylindrical-coordinate representation of color #CC60AF: hue angle of 316.11º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC60AF is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 96 175 -
CMYK 0 0.53 0.14 0.2
HSL 316.11º 0.51% 0.59% -
HSV(B) 316.11º 0.53% 0.8% -
XYZ 36.82 24.3 43.31 -
YUV 137.3 149.28 175.58 -
System Red Green Blue C M Y K H S L
Decimal 204 96 175 0 0.53 0.14 0.2 316.11 0.51 0.59
Hex CC 60 AF 0 35 E 14 13C 33 3B
Octal 314 140 257 0 65 16 24 474 63 73
Binary 11001100 1100000 10101111 0 110101 1110 10100 100111100 110011 111011

Color Harmonies of #CC60AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC60AF

Black with #CC60AF

Text Example


Text Example

White with #CC60AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC60AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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