Html Css Color HEX #C664B0 Fuchsia

📋 copy color: '#C664B0'

red 198 ◦ green 100 ◦ blue 176

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

Shades of Fuchsia #C664B0

Tints of Fuchsia #C664B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.13%

R = 41.77%
G = 21.1%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C664B0 (or 0xC664B0) is known color: Fuchsia. HEX triplet: C6, 64 and B0. RGB value is (198,100,176). Sum of RGB (Red+Green+Blue) = 198+100+176=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C664B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C664B0 is #399B4F. Grayscale: #898989. Windows color (decimal): -3775312 or 11560134. OLE color: 11560134.

HSL color Cylindrical-coordinate representation of color #C664B0: hue angle of 313.47º 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 #C664B0 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 100 176 -
CMYK 0 0.49 0.11 0.22
HSL 313.47º 0.46% 0.58% -
HSV(B) 313.47º 0.49% 0.78% -
XYZ 35.68 24.25 43.88 -
YUV 137.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 198 100 176 0 0.49 0.11 0.22 313.47 0.46 0.58
Hex C6 64 B0 0 31 B 16 139 2E 3A
Octal 306 144 260 0 61 13 26 471 56 72
Binary 11000110 1100100 10110000 0 110001 1011 10110 100111001 101110 111010

Color Harmonies of #C664B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C664B0

Black with #C664B0

Text Example


Text Example

White with #C664B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C664B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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