Html Css Color HEX #C664B3 Fuchsia

📋 copy color: '#C664B3'

red 198 ◦ green 100 ◦ blue 179

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

Shades of Fuchsia #C664B3

Tints of Fuchsia #C664B3

RGB

 RED value IS 198 (77.73% from 255) = 41.51%

 GREEN value IS 100 (39.45% from 255) = 20.96%

 BLUE value IS 179 (70.31% from 255) = 37.53%

R = 41.51%
G = 20.96%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C664B3 (or 0xC664B3) is known color: Fuchsia. HEX triplet: C6, 64 and B3. RGB value is (198,100,179). Sum of RGB (Red+Green+Blue) = 198+100+179=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C664B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C664B3 is #399B4C. Grayscale: #8A8A8A. Windows color (decimal): -3775309 or 11756742. OLE color: 11756742.

HSL color Cylindrical-coordinate representation of color #C664B3: hue angle of 311.63º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C664B3 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 100 179 -
CMYK 0 0.49 0.10 0.22
HSL 311.63º 0.46% 0.58% -
HSV(B) 311.63º 0.49% 0.78% -
XYZ 35.98 24.37 45.46 -
YUV 138.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 198 100 179 0 0.49 0.10 0.22 311.63 0.46 0.58
Hex C6 64 B3 0 31 A 16 138 2E 3A
Octal 306 144 263 0 61 12 26 470 56 72
Binary 11000110 1100100 10110011 0 110001 1010 10110 100111000 101110 111010

Color Harmonies of #C664B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C664B3

Black with #C664B3

Text Example


Text Example

White with #C664B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C664B3; }

 p { color: rgb(198,100,179); }

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

background-color css

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

 a { background-color: rgb(198,100,179); }

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

border-color css

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

 span { border-color: rgb(198,100,179); }

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