Html Css Color HEX #C648BF Fuchsia

📋 copy color: '#C648BF'

red 198 ◦ green 72 ◦ blue 191

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

Shades of Fuchsia #C648BF

Tints of Fuchsia #C648BF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.62%

 BLUE value IS 191 (75% from 255) = 41.43%

R = 42.95%
G = 15.62%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C648BF (or 0xC648BF) is known color: Fuchsia. HEX triplet: C6, 48 and BF. RGB value is (198,72,191). Sum of RGB (Red+Green+Blue) = 198+72+191=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C648BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C648BF is #39B740. Grayscale: #7A7A7A. Windows color (decimal): -3782465 or 12536006. OLE color: 12536006.

HSL color Cylindrical-coordinate representation of color #C648BF: hue angle of 303.33º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C648BF is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 72 191 -
CMYK 0 0.64 0.04 0.22
HSL 303.33º 0.53% 0.53% -
HSV(B) 303.33º 0.64% 0.78% -
XYZ 35.01 20.4 51.38 -
YUV 123.24 166.24 181.32 -
System Red Green Blue C M Y K H S L
Decimal 198 72 191 0 0.64 0.04 0.22 303.33 0.53 0.53
Hex C6 48 BF 0 40 4 16 12F 34 35
Octal 306 110 277 0 100 4 26 457 64 65
Binary 11000110 1001000 10111111 0 1000000 100 10110 100101111 110100 110101

Color Harmonies of #C648BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C648BF

Black with #C648BF

Text Example


Text Example

White with #C648BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C648BF; }

 p { color: rgb(198,72,191); }

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

background-color css

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

 a { background-color: rgb(198,72,191); }

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

border-color css

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

 span { border-color: rgb(198,72,191); }

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