Html Css Color HEX #C648B6 Fuchsia

📋 copy color: '#C648B6'

red 198 ◦ green 72 ◦ blue 182

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

Shades of Fuchsia #C648B6

Tints of Fuchsia #C648B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.27%

R = 43.81%
G = 15.93%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C648B6 (or 0xC648B6) is known color: Fuchsia. HEX triplet: C6, 48 and B6. RGB value is (198,72,182). Sum of RGB (Red+Green+Blue) = 198+72+182=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C648B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C648B6 is #39B749. Grayscale: #797979. Windows color (decimal): -3782474 or 11946182. OLE color: 11946182.

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

Color convert

RGB 198 72 182 -
CMYK 0 0.64 0.08 0.22
HSL 307.62º 0.53% 0.53% -
HSV(B) 307.62º 0.64% 0.78% -
XYZ 34.05 20.02 46.33 -
YUV 122.21 161.74 182.06 -
System Red Green Blue C M Y K H S L
Decimal 198 72 182 0 0.64 0.08 0.22 307.62 0.53 0.53
Hex C6 48 B6 0 40 8 16 134 34 35
Octal 306 110 266 0 100 10 26 464 64 65
Binary 11000110 1001000 10110110 0 1000000 1000 10110 100110100 110100 110101

Color Harmonies of #C648B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C648B6

Black with #C648B6

Text Example


Text Example

White with #C648B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C648B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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