Html Css Color HEX #CC60BF Fuchsia

📋 copy color: '#CC60BF'

red 204 ◦ green 96 ◦ blue 191

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

Shades of Fuchsia #CC60BF

Tints of Fuchsia #CC60BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.9%

R = 41.55%
G = 19.55%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC60BF (or 0xCC60BF) is known color: Fuchsia. HEX triplet: CC, 60 and BF. RGB value is (204,96,191). Sum of RGB (Red+Green+Blue) = 204+96+191=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60BF is #339F40. Grayscale: #8A8A8A. Windows color (decimal): -3383105 or 12542156. OLE color: 12542156.

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

Color convert

RGB 204 96 191 -
CMYK 0 0.53 0.06 0.2
HSL 307.22º 0.51% 0.59% -
HSV(B) 307.22º 0.53% 0.8% -
XYZ 38.49 24.96 52.08 -
YUV 139.12 157.28 174.28 -
System Red Green Blue C M Y K H S L
Decimal 204 96 191 0 0.53 0.06 0.2 307.22 0.51 0.59
Hex CC 60 BF 0 35 6 14 133 33 3B
Octal 314 140 277 0 65 6 24 463 63 73
Binary 11001100 1100000 10111111 0 110101 110 10100 100110011 110011 111011

Color Harmonies of #CC60BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC60BF

Black with #CC60BF

Text Example


Text Example

White with #CC60BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC60BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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