Html Css Color HEX #CC6FB7 Fuchsia

📋 copy color: '#CC6FB7'

red 204 ◦ green 111 ◦ blue 183

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

Shades of Fuchsia #CC6FB7

Tints of Fuchsia #CC6FB7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.29%

 BLUE value IS 183 (71.88% from 255) = 36.75%

R = 40.96%
G = 22.29%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC6FB7 (or 0xCC6FB7) is known color: Fuchsia. HEX triplet: CC, 6F and B7. RGB value is (204,111,183). Sum of RGB (Red+Green+Blue) = 204+111+183=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FB7 is #339048. Grayscale: #929292. Windows color (decimal): -3379273 or 12021708. OLE color: 12021708.

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

Color convert

RGB 204 111 183 -
CMYK 0 0.46 0.10 0.2
HSL 313.55º 0.48% 0.62% -
HSV(B) 313.55º 0.46% 0.8% -
XYZ 39.13 27.63 48.07 -
YUV 147.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 204 111 183 0 0.46 0.10 0.2 313.55 0.48 0.62
Hex CC 6F B7 0 2E A 14 13A 30 3E
Octal 314 157 267 0 56 12 24 472 60 76
Binary 11001100 1101111 10110111 0 101110 1010 10100 100111010 110000 111110

Color Harmonies of #CC6FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6FB7

Black with #CC6FB7

Text Example


Text Example

White with #CC6FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6FB7; }

 p { color: rgb(204,111,183); }

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

background-color css

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

 a { background-color: rgb(204,111,183); }

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

border-color css

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

 span { border-color: rgb(204,111,183); }

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