Html Css Color HEX #C648BD Fuchsia

📋 copy color: '#C648BD'

red 198 ◦ green 72 ◦ blue 189

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

Shades of Fuchsia #C648BD

Tints of Fuchsia #C648BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.18%

R = 43.14%
G = 15.69%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C648BD (or 0xC648BD) is known color: Fuchsia. HEX triplet: C6, 48 and BD. RGB value is (198,72,189). Sum of RGB (Red+Green+Blue) = 198+72+189=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C648BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C648BD is #39B742. Grayscale: #7A7A7A. Windows color (decimal): -3782467 or 12404934. OLE color: 12404934.

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

Color convert

RGB 198 72 189 -
CMYK 0 0.64 0.05 0.22
HSL 304.29º 0.53% 0.53% -
HSV(B) 304.29º 0.64% 0.78% -
XYZ 34.79 20.31 50.23 -
YUV 123.01 165.24 181.49 -
System Red Green Blue C M Y K H S L
Decimal 198 72 189 0 0.64 0.05 0.22 304.29 0.53 0.53
Hex C6 48 BD 0 40 5 16 130 34 35
Octal 306 110 275 0 100 5 26 460 64 65
Binary 11000110 1001000 10111101 0 1000000 101 10110 100110000 110100 110101

Color Harmonies of #C648BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C648BD

Black with #C648BD

Text Example


Text Example

White with #C648BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C648BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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