Html Css Color HEX #C650B9 Fuchsia

📋 copy color: '#C650B9'

red 198 ◦ green 80 ◦ blue 185

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

Shades of Fuchsia #C650B9

Tints of Fuchsia #C650B9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.28%

 BLUE value IS 185 (72.66% from 255) = 39.96%

R = 42.76%
G = 17.28%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C650B9 (or 0xC650B9) is known color: Fuchsia. HEX triplet: C6, 50 and B9. RGB value is (198,80,185). Sum of RGB (Red+Green+Blue) = 198+80+185=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C650B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C650B9 is #39AF46. Grayscale: #7E7E7E. Windows color (decimal): -3780423 or 12144838. OLE color: 12144838.

HSL color Cylindrical-coordinate representation of color #C650B9: hue angle of 306.61º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C650B9 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 80 185 -
CMYK 0 0.60 0.07 0.22
HSL 306.61º 0.51% 0.55% -
HSV(B) 306.61º 0.6% 0.78% -
XYZ 34.91 21.25 48.16 -
YUV 127.25 160.59 178.46 -
System Red Green Blue C M Y K H S L
Decimal 198 80 185 0 0.60 0.07 0.22 306.61 0.51 0.55
Hex C6 50 B9 0 3C 7 16 133 33 37
Octal 306 120 271 0 74 7 26 463 63 67
Binary 11000110 1010000 10111001 0 111100 111 10110 100110011 110011 110111

Color Harmonies of #C650B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C650B9

Black with #C650B9

Text Example


Text Example

White with #C650B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C650B9; }

 p { color: rgb(198,80,185); }

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

background-color css

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

 a { background-color: rgb(198,80,185); }

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

border-color css

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

 span { border-color: rgb(198,80,185); }

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