Html Css Color HEX #CC60CF Fuchsia

📋 copy color: '#CC60CF'

red 204 ◦ green 96 ◦ blue 207

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

Shades of Fuchsia #CC60CF

Tints of Fuchsia #CC60CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.83%

R = 40.24%
G = 18.93%
B = 40.83%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC60CF (or 0xCC60CF) is known color: Fuchsia. HEX triplet: CC, 60 and CF. RGB value is (204,96,207). Sum of RGB (Red+Green+Blue) = 204+96+207=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC60CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60CF is #339F30. Grayscale: #8C8C8C. Windows color (decimal): -3383089 or 13590732. OLE color: 13590732.

HSL color Cylindrical-coordinate representation of color #CC60CF: hue angle of 298.38º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC60CF is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 96 207 -
CMYK 0.01 0.54 0 0.19
HSL 298.38º 0.54% 0.59% -
HSV(B) 298.38º 0.54% 0.81% -
XYZ 40.35 25.71 61.87 -
YUV 140.95 165.28 172.97 -
System Red Green Blue C M Y K H S L
Decimal 204 96 207 0.01 0.54 0 0.19 298.38 0.54 0.59
Hex CC 60 CF 1 36 0 13 12A 36 3B
Octal 314 140 317 1 66 0 23 452 66 73
Binary 11001100 1100000 11001111 1 110110 0 10011 100101010 110110 111011

Color Harmonies of #CC60CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC60CF

Black with #CC60CF

Text Example


Text Example

White with #CC60CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC60CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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