Html Css Color HEX #C664BA Fuchsia

📋 copy color: '#C664BA'

red 198 ◦ green 100 ◦ blue 186

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

Shades of Fuchsia #C664BA

Tints of Fuchsia #C664BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.43%

R = 40.91%
G = 20.66%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C664BA (or 0xC664BA) is known color: Fuchsia. HEX triplet: C6, 64 and BA. RGB value is (198,100,186). Sum of RGB (Red+Green+Blue) = 198+100+186=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C664BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C664BA is #399B45. Grayscale: #8A8A8A. Windows color (decimal): -3775302 or 12215494. OLE color: 12215494.

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

Color convert

RGB 198 100 186 -
CMYK 0 0.49 0.06 0.22
HSL 307.35º 0.46% 0.58% -
HSV(B) 307.35º 0.49% 0.78% -
XYZ 36.71 24.67 49.28 -
YUV 139.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 198 100 186 0 0.49 0.06 0.22 307.35 0.46 0.58
Hex C6 64 BA 0 31 6 16 133 2E 3A
Octal 306 144 272 0 61 6 26 463 56 72
Binary 11000110 1100100 10111010 0 110001 110 10110 100110011 101110 111010

Color Harmonies of #C664BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C664BA

Black with #C664BA

Text Example


Text Example

White with #C664BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C664BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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