Html Css Color HEX #CC6CB1 Fuchsia

📋 copy color: '#CC6CB1'

red 204 ◦ green 108 ◦ blue 177

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

Shades of Fuchsia #CC6CB1

Tints of Fuchsia #CC6CB1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.09%

 BLUE value IS 177 (69.53% from 255) = 36.2%

R = 41.72%
G = 22.09%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC6CB1 (or 0xCC6CB1) is known color: Fuchsia. HEX triplet: CC, 6C and B1. RGB value is (204,108,177). Sum of RGB (Red+Green+Blue) = 204+108+177=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6CB1 is #33934E. Grayscale: #909090. Windows color (decimal): -3380047 or 11627724. OLE color: 11627724.

HSL color Cylindrical-coordinate representation of color #CC6CB1: hue angle of 316.88º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6CB1 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 108 177 -
CMYK 0 0.47 0.13 0.2
HSL 316.88º 0.48% 0.61% -
HSV(B) 316.88º 0.47% 0.8% -
XYZ 38.2 26.74 44.74 -
YUV 144.57 146.3 170.39 -
System Red Green Blue C M Y K H S L
Decimal 204 108 177 0 0.47 0.13 0.2 316.88 0.48 0.61
Hex CC 6C B1 0 2F D 14 13D 30 3D
Octal 314 154 261 0 57 15 24 475 60 75
Binary 11001100 1101100 10110001 0 101111 1101 10100 100111101 110000 111101

Color Harmonies of #CC6CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6CB1

Black with #CC6CB1

Text Example


Text Example

White with #CC6CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6CB1; }

 p { color: rgb(204,108,177); }

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

background-color css

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

 a { background-color: rgb(204,108,177); }

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

border-color css

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

 span { border-color: rgb(204,108,177); }

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